[llvm] [DTLTO][LLVM] Integrated Distributed ThinLTO (DTLTO) (PR #127749)
Steven Wu via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 13:50:31 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:
Single triple from linker sounds good to me.
https://github.com/llvm/llvm-project/pull/127749
More information about the llvm-commits
mailing list