Nico Weber f8bcd93224
[lld/COFF] Fix -start-lib / -end-lib after reviews.llvm.org/D116434 (#120452)
That change forgot to set `lazy` to false before calling `addFile()` in
`forceLazy()` which caused `addFile()` to parse the file we want to
force a load for to be added as a lazy object again instead of adding
the file to `ctx.objFileInstances`.

This is caught by a pretty simple test (included).
2024-12-19 11:30:54 -05:00
..
2024-12-04 09:04:40 -08:00
2024-12-05 20:41:37 -08:00
2024-12-05 20:41:37 -08:00

See docs/NewLLD.rst