We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eebf91 commit b46bfabCopy full SHA for b46bfab
llvm/lib/LTO/LTO.cpp
@@ -99,10 +99,9 @@ cl::list<std::string> AdditionalThinLTODistributorArgs(
99
"thinlto-distributor-arg",
100
cl::desc("Additional arguments to pass to the ThinLTO distributor"));
101
102
-cl::opt<std::string>
103
- ThinLTORemoteCompiler("thinlto-remote-compiler",
104
- cl::desc("Additional arguments to pass to the "
105
- "ThinLTO remote optimization tool"));
+cl::opt<std::string> ThinLTORemoteCompiler(
+ "thinlto-remote-compiler",
+ cl::desc("Compiler to invoke for the ThinLTO backend compilations"));
106
107
cl::list<std::string>
108
ThinLTORemoteCompilerArgs("thinlto-remote-compiler-arg",
0 commit comments