[lld] [llvm] [DTLTO][ELF][COFF] Add archive support for DTLTO. (PR #157043)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 07:10:11 PST 2025


================
@@ -613,15 +613,12 @@ class LTO {
   LLVMRemarkFileHandle DiagnosticOutputFile;
 
 public:
-  // DTLTO mode.
-  bool Dtlto = false;
-
   virtual Expected<std::shared_ptr<lto::InputFile>>
   addInput(std::unique_ptr<lto::InputFile> InputPtr) {
----------------
teresajohnson wrote:

document

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


More information about the llvm-commits mailing list