[PATCH] D106842: [lld/mac] When loading reexports, look for basename in -F / -L first

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 27 10:58:37 PDT 2021


int3 accepted this revision.
int3 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lld/test/MachO/sub-library.s:97
+# RUN: %lld -dylib -o %t/libgoodbye4.dylib %t/libgoodbye.o \
+# RUN:   -reexport_library %t/Hello2.framework/Hello2
+# RUN: not %lld -lSystem -o %t/hello %t/libgoodbye4.dylib %t/sub-library.o 2>&1 \
----------------
should we test `-reexport_framework` as well?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106842/new/

https://reviews.llvm.org/D106842



More information about the llvm-commits mailing list