Speculative fix for MachO lld test after "Have REQUIRES support the target triple"
authorPaul Robinson <paul.robinson@sony.com>
Fri, 6 Aug 2021 16:23:32 +0000 (09:23 -0700)
committerPaul Robinson <paul.robinson@sony.com>
Fri, 6 Aug 2021 16:23:45 +0000 (09:23 -0700)
See: http://45.33.8.238/macm1/15677/step_10.txt

This is a test that has `REQUIRES: x86` which means it never ran
before; I don't have a MachO environment but based on the FileCheck
output it looks like it should be sufficient to remove one CHECK line.

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

index 4e11231..8385d5b 100644 (file)
@@ -7,7 +7,6 @@ RUN: ld64.lld -arch x86_64 -v -L%t1 -F%t2 2>&1 | FileCheck -DLDIR=%t1 -DFDIR=%t2
 CHECK:      Library search paths:
 CHECK-NEXT: [[LDIR]]
 CHECK-NEXT: /usr/lib
-CHECK-NEXT: /usr/local/lib
 CHECK-NEXT: Framework search paths:
 CHECK-NEXT: [[FDIR]]
 CHECK-NEXT: /Library/Frameworks