[PATCH] D111361: [lld][test] Remove /usr/local/lib test requirement

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 15:08:49 PDT 2021


keith created this revision.
keith added reviewers: thakis, thevinster.
Herald added a reviewer: gkm.
Herald added a project: lld-macho.
Herald added a reviewer: lld-macho.
keith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This field only exists if the directory exists on the machine running
the test. It likely exists for most Intel macOS users because of
homebrew, but doesn't exist on some of the CI machines. This
unfortunately makes this test a bit less strict.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111361

Files:
  lld/test/MachO/search-paths-darwin.test


Index: lld/test/MachO/search-paths-darwin.test
===================================================================
--- lld/test/MachO/search-paths-darwin.test
+++ lld/test/MachO/search-paths-darwin.test
@@ -7,8 +7,7 @@
 CHECK:      Library search paths:
 CHECK-NEXT: [[LDIR]]
 CHECK-NEXT: /usr/lib
-CHECK-NEXT: /usr/local/lib
-CHECK-NEXT: Framework search paths:
+CHECK: Framework search paths:
 CHECK-NEXT: [[FDIR]]
 CHECK-NEXT: /Library/Frameworks
 CHECK-NEXT: /System/Library/Frameworks


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111361.378024.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211007/07dbc6b1/attachment.bin>


More information about the llvm-commits mailing list