mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
fit in 80 cols.
llvm-svn: 126399
This commit is contained in:
parent
29b946c0bd
commit
2f6f4a4788
@ -89,7 +89,8 @@ void BugDriver::EmitProgressBitcode(const Module *M,
|
||||
outs() << getPassesString(PassesToRun) << "\n";
|
||||
}
|
||||
|
||||
cl::opt<bool> SilencePasses("silence-passes", cl::desc("Suppress output of running passes (both stdout and stderr)"));
|
||||
cl::opt<bool> SilencePasses("silence-passes",
|
||||
cl::desc("Suppress output of running passes (both stdout and stderr)"));
|
||||
|
||||
static cl::list<std::string> OptArgs("opt-args", cl::Positional,
|
||||
cl::desc("<opt arguments>..."),
|
||||
|
Loading…
Reference in New Issue
Block a user