Skip to content

Commit dfeaa19

Browse files
committed
[lld][test] Remove /usr/local/lib test requirement
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. Differential Revision: https://reviews.llvm.org/D111361
1 parent 6526fa3 commit dfeaa19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ RUN: not ld64.lld -arch x86_64 -v -L%t1 -F%t2 2>&1 | FileCheck -DLDIR=%t1 -DFDIR
77
CHECK: Library search paths:
88
CHECK-NEXT: [[LDIR]]
99
CHECK-NEXT: /usr/lib
10-
CHECK-NEXT: /usr/local/lib
11-
CHECK-NEXT: Framework search paths:
10+
CHECK: Framework search paths:
1211
CHECK-NEXT: [[FDIR]]
1312
CHECK-NEXT: /Library/Frameworks
1413
CHECK-NEXT: /System/Library/Frameworks

0 commit comments

Comments
 (0)