[lld] [MachO LLD] Respect -all_load with --start-lib --end-lib style archives (PR #93993)

Kyungwoo Lee via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 12:59:45 PDT 2024


https://github.com/kyulee-com approved this pull request.

lgtm. I believe this is required to support distributed thinlto (d-thinlto) by specifying each archive member explicitly using `--start-lib/--end-lib`, instead of passing the archive file directly.
Btw, I'm curious how we handle the `-force_load` case (`case OPT_force_load`) for d-thinlto.

https://github.com/llvm/llvm-project/pull/93993


More information about the llvm-commits mailing list