[clang] [FatLTO] Detect LLD linker more reliably (PR #128285)
Shoaib Meenai via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 22 14:17:00 PST 2025
================
@@ -862,13 +862,12 @@ void tools::addLTOOptions(const ToolChain &ToolChain, const ArgList &Args,
const llvm::Triple &Triple = ToolChain.getTriple();
----------------
smeenai wrote:
Yeah, I think it's best to keep the old check as well as adding the new one.
https://github.com/llvm/llvm-project/pull/128285
More information about the cfe-commits
mailing list