================
@@ -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