mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 02:36:35 +00:00

When a library is specified with both `-l` and `-reexport_libraries`, lld will emit two load commands for it, in contrast with ld64. In an upcoming version of macOS, this fails dyld validation; see https://crbug.com/404905688 --------- Co-authored-by: Mark Rowe <markrowe@chromium.org>>