[clang] [FatLTO] Detect LLD linker more reliably (PR #128285)

Vincent Lee via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 22 01:08:35 PST 2025


================
@@ -862,13 +862,12 @@ void tools::addLTOOptions(const ToolChain &ToolChain, const ArgList &Args,
   const llvm::Triple &Triple = ToolChain.getTriple();
----------------
thevinster wrote:

I can restore the original behavior on the linker path plus the additional check on -fuse-ld=. This would at least solve our use case if that's what you're suggesting here. 

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


More information about the cfe-commits mailing list