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

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 13 00:52:36 PDT 2025


================
@@ -97,6 +97,12 @@ static cl::opt<bool>
                                 "specified with -thinlto-emit-indexes or "
                                 "-thinlto-distributed-indexes"));
 
+static cl::opt<bool> DTLTO("dtlto", cl::desc("Perform DTLTO"));
----------------
bd1976bris wrote:

Nice. Done.

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


More information about the llvm-commits mailing list