forked from OSchip/llvm-project
[bolt] add missing space in "llvm-bolt -help" output
This commit is contained in:
parent
dcbf61b352
commit
d731d6df64
|
@ -91,7 +91,7 @@ static cl::opt<bool> KeepARanges(
|
|||
|
||||
static cl::opt<bool>
|
||||
DeterministicDebugInfo("deterministic-debuginfo",
|
||||
cl::desc("disables parallel execution of tasks that may produce"
|
||||
cl::desc("disables parallel execution of tasks that may produce "
|
||||
"nondeterministic debug info"),
|
||||
cl::init(true),
|
||||
cl::cat(BoltCategory));
|
||||
|
|
Loading…
Reference in New Issue