[lld] [lld/COFF] Fix -start-lib / -end-lib more after reviews.llvm.org/D116434 (PR #124294)
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 09:46:17 PST 2025
================
@@ -56,6 +56,8 @@ static void forceLazy(Symbol *s) {
}
case Symbol::Kind::LazyObjectKind: {
InputFile *file = cast<LazyObject>(s)->file;
+ if (!file->lazy)
----------------
nico wrote:
Added FIXMEs, thanks!
https://github.com/llvm/llvm-project/pull/124294
More information about the llvm-commits
mailing list