[bolt] add missing space in "llvm-bolt -help" output

This commit is contained in:
Nico Weber 2022-11-18 09:47:01 -05:00
parent dcbf61b352
commit d731d6df64
1 changed files with 1 additions and 1 deletions

View File

@ -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));