From: Paul Robinson Date: Fri, 6 Aug 2021 16:23:32 +0000 (-0700) Subject: Speculative fix for MachO lld test after "Have REQUIRES support the target triple" X-Git-Tag: upstream/15.0.7~34460 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f88ad8d00f970ea937e8d3fcb71f4d4019f2821a;p=platform%2Fupstream%2Fllvm.git Speculative fix for MachO lld test after "Have REQUIRES support the target triple" 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. --- diff --git a/lld/test/MachO/search-paths-darwin.test b/lld/test/MachO/search-paths-darwin.test index 4e11231..8385d5b 100644 --- a/lld/test/MachO/search-paths-darwin.test +++ b/lld/test/MachO/search-paths-darwin.test @@ -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