[PATCH] D88054: [lld-macho] handle options -search_paths_first, -search_dylibs_first
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 10:41:07 PDT 2020
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
> This open-source phabricator does not keep a history of diff revisions
You can see previous diffs by clicking on the link in e.g. `gkm updated this revision to Diff 293468.`
================
Comment at: lld/test/MachO/link-search-order.s:49-51
+# ARCHIVE: @executable_path/libhello.dylib
+# ARCHIVE-NOT: @executable_path/libgoodbye.dylib
+# ARCHIVE: /usr/lib/libSystem.B.dylib
----------------
I was talking about aligning these
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88054/new/
https://reviews.llvm.org/D88054
More information about the llvm-commits
mailing list