[llvm] [DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (PR #127749)

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 5 08:34:19 PST 2025


================
@@ -91,6 +94,20 @@ extern cl::opt<bool> SupportsHotColdNew;
 
 /// Enable MemProf context disambiguation for thin link.
 extern cl::opt<bool> EnableMemProfContextDisambiguation;
+
+cl::list<std::string> AdditionalThinLTODistributorArgs(
+    "thinlto-distributor-arg",
+    cl::desc("Additional arguments to pass to the ThinLTO distributor"));
+
+cl::opt<std::string>
+    ThinLTORemoteCompiler("thinlto-remote-compiler",
+                          cl::desc("Additional arguments to pass to the "
----------------
bd1976bris wrote:

No. Thanks. Fixed now.

https://github.com/llvm/llvm-project/pull/127749


More information about the llvm-commits mailing list