Matches ld64 (cf Options::findIndirectDylib()), and fixes PR51218.
Details
Details
- Reviewers
gkm int3 - Group Reviewers
Restricted Project - Commits
- rG8e8701abca3d: [lld/mac] When loading reexports, look for basename in -F / -L first
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I patched this in on my linux box and the test passes fine there. Maybe the presubmit bot built the wrong version of the patch? The output for the 2nd build looks like the one for the 1st build.
lld/test/MachO/sub-library.s | ||
---|---|---|
97 | should we test -reexport_framework as well? |
lld/test/MachO/sub-library.s | ||
---|---|---|
97 | nvm, I realize that we are testing the lookup for LC_REEXPORT_DYLIB, not the option... ignore that |
should we test -reexport_framework as well?