[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 16:13:43 PDT 2020
smeenai added inline comments.
================
Comment at: lld/test/MachO/syslibroot.test:3-6
RUN: lld -flavor darwinnew -v -syslibroot /var/empty | FileCheck %s -check-prefix CHECK-NONEXISTENT-SYSLIBROOT
CHECK-NONEXISTENT-SYSLIBROOT: Library search paths:
CHECK-NONEXISTENT-SYSLIBROOT-NEXT: Framework search paths:
----------------
int3 wrote:
> > 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.
>
> This test covers that already :)
Indeed it does! Ignore me :)
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