[clang] [lld] [llvm] [llvm][lld][clang] Delay initializing TargetOptions in LTO builds until a Triple is available (PR #179509)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 10 08:53:37 PST 2026
================
@@ -1678,10 +1687,15 @@ class FirstRoundThinBackend : public InProcessThinBackend {
// no module hash.
return RunThinBackend(CGAddStream, IRAddStream);
+ auto Mod = ModuleMap.front().second.parseModule(BackendContext);
----------------
ilovepi wrote:
Oh, I missed that when I was looking for a way to get the triple. Thanks!
https://github.com/llvm/llvm-project/pull/179509
More information about the cfe-commits
mailing list