[lld] [LLD][COFF] Avoid resolving symbols with -alternatename if the target is undefined (PR #149496)
Jacek Caban via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 04:13:53 PDT 2025
cjacek wrote:
Depends on #149495, which enables the use of `forceLazy` here.
Without it, we could fall back to `addUndefined`, but since the symbol is already available, there's no need to perform an additional lookup.
https://github.com/llvm/llvm-project/pull/149496
More information about the llvm-commits
mailing list