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

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 02:31:13 PDT 2025


================
@@ -426,6 +460,7 @@ class LTO {
     // The bitcode modules to compile, if specified by the LTO Config.
     std::optional<ModuleMapType> ModulesToCompile;
     DenseMap<GlobalValue::GUID, StringRef> PrevailingModuleForGUID;
+    DenseMap<StringRef, std::string> ModuleTriples;
----------------
bd1976bris wrote:

Noting that this error has now been removed. Please see the discussion and resolution here: https://github.com/llvm/llvm-project/pull/127749#discussion_r1993996896.

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


More information about the llvm-commits mailing list