[PATCH] D111361: [lld][test] Remove /usr/local/lib test requirement
Vincent Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 15:15:19 PDT 2021
thevinster accepted this revision.
thevinster added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lld/test/MachO/search-paths-darwin.test:10
CHECK-NEXT: /usr/lib
-CHECK-NEXT: /usr/local/lib
-CHECK-NEXT: Framework search paths:
+CHECK: Framework search paths:
CHECK-NEXT: [[FDIR]]
----------------
nit: Align this with Library search paths. Else, LGTM assuming CI passes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111361/new/
https://reviews.llvm.org/D111361
More information about the llvm-commits
mailing list