mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Make these options hidden to reduce the amount of text -help puts on the
command line, they'll still be seen with -help-hidden. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127353 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ef1560f27
commit
f607abdf7b
@ -63,11 +63,13 @@ PassOptionList;
|
||||
// Print IR out before/after specified passes.
|
||||
static PassOptionList
|
||||
PrintBefore("print-before",
|
||||
llvm::cl::desc("Print IR before specified passes"));
|
||||
llvm::cl::desc("Print IR before specified passes"),
|
||||
cl::Hidden);
|
||||
|
||||
static PassOptionList
|
||||
PrintAfter("print-after",
|
||||
llvm::cl::desc("Print IR after specified passes"));
|
||||
llvm::cl::desc("Print IR after specified passes"),
|
||||
cl::Hidden);
|
||||
|
||||
static cl::opt<bool>
|
||||
PrintBeforeAll("print-before-all",
|
||||
|
Loading…
x
Reference in New Issue
Block a user