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

Steven Wu via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 5 16:34:46 PST 2025


================
@@ -91,6 +94,19 @@ 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(
----------------
cachemeifyoucan wrote:

Are those `cl::opt` debugging option or the real option that user needs to pass in? I should avoid `-mllvm` option in production usage.

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


More information about the llvm-commits mailing list