[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:44 PST 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;
----------------
cachemeifyoucan wrote:

I was really hoping we have only one triple for the build because what does it even mean when you cross importing different triple. Will be good to document that you need to have per module triple to account for the versions field. 

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


More information about the llvm-commits mailing list