Skip to content

Commit

Permalink
make -S option appear when calling --help
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaelhoushi committed Nov 12, 2021
1 parent 2a0be19 commit 724f23c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static cl::opt<unsigned> UnrollCount(
static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"));

// Output assembly
static cl::opt<bool> OutputAssembly("S", cl::desc("Write output as LLVM assembly"), cl::Hidden);
static cl::opt<bool> OutputAssembly("S", cl::desc("Write output as LLVM assembly"));

// Preserve use list order
static cl::opt<bool> PreserveBitcodeUseListOrder(
Expand Down

0 comments on commit 724f23c

Please sign in to comment.