Skip to content

Commit b46bfab

Browse files
committed
> Is this description correct?
No. Thanks. Fixed now.
1 parent 1eebf91 commit b46bfab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/lib/LTO/LTO.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,9 @@ cl::list<std::string> AdditionalThinLTODistributorArgs(
9999
"thinlto-distributor-arg",
100100
cl::desc("Additional arguments to pass to the ThinLTO distributor"));
101101

102-
cl::opt<std::string>
103-
ThinLTORemoteCompiler("thinlto-remote-compiler",
104-
cl::desc("Additional arguments to pass to the "
105-
"ThinLTO remote optimization tool"));
102+
cl::opt<std::string> ThinLTORemoteCompiler(
103+
"thinlto-remote-compiler",
104+
cl::desc("Compiler to invoke for the ThinLTO backend compilations"));
106105

107106
cl::list<std::string>
108107
ThinLTORemoteCompilerArgs("thinlto-remote-compiler-arg",

0 commit comments

Comments
 (0)