Files
clang-p2996/lld/test/MachO/thinlto-split-unit-start-lib.ll
Nico Weber 92f8a6eba7 [lld/mac] Fix --start-lib/--end-lib with split thinlto inputs
Fixes #59162. The test has a comment explaining what's going on.
See also Symbol::extract() in lld/ELF/Symbols.cpp.

The included test sadly also passes if I pass just bd448f01a6,
while doing that isn't enough to make my bigger repro case work
(if I port just that, something else asserts later on, but with
this fix here everything's fine in my bigger repro).

Differential Revision: https://reviews.llvm.org/D139199
2022-12-05 10:51:14 -05:00

3.8 KiB