You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zig_llvm: emit module summary + EnableSplitLTOUnit on -flto bitcode
Without these, lld rejects the link with "inconsistent LTO Unit splitting"
when mixing zig -flto objects with clang -fwhole-program-vtables bitcode.
Mirrors what clang's BackendUtil does for regular LTO.