[clang] [lld] [llvm] [LTO][LLD] Prevent invalid LTO libfunc transforms (PR #164916)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 12 12:07:15 PST 2025
================
@@ -195,10 +195,10 @@ BitcodeCompiler::BitcodeCompiler(Ctx &ctx) : ctx(ctx) {
ctx.arg.thinLTOEmitImportsFiles);
}
- constexpr llvm::lto::LTO::LTOKind ltoModes[3] =
- {llvm::lto::LTO::LTOKind::LTOK_UnifiedThin,
- llvm::lto::LTO::LTOKind::LTOK_UnifiedRegular,
- llvm::lto::LTO::LTOKind::LTOK_Default};
+ constexpr llvm::lto::LTO::LTOKind ltoModes[3] = {
----------------
mysterymath wrote:
Thanks; removed.
https://github.com/llvm/llvm-project/pull/164916
More information about the llvm-commits
mailing list