[PATCH] D88054: [lld-macho] handle options -search_paths_first, -search_dylibs_first
Greg McGary via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 10:38:49 PDT 2020
gkm updated this revision to Diff 293503.
gkm added a comment.
- Fix braino in `findLibrary()` (consecutive `return`s: first always shadows second)
- Refine tests to catch the braino
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88054/new/
https://reviews.llvm.org/D88054
Files:
lld/MachO/Config.h
lld/MachO/Driver.cpp
lld/MachO/Options.td
lld/test/MachO/link-search-order.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88054.293503.patch
Type: text/x-patch
Size: 7343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200922/15e6dbc7/attachment.bin>
More information about the llvm-commits
mailing list