[PATCH] D85992: [lld-macho] Fall back to raw path if we don't find anything under syslibroot
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 14:09:54 PDT 2020
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
Can you also add a test for the standard paths **not** being searched without a syslibroot prefix? As in, if you pass `-syslibroot` and there's e.g. no `/usr/lib` under it, we shouldn't add the standard `/usr/lib` to the search path.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85992/new/
https://reviews.llvm.org/D85992
More information about the llvm-commits
mailing list