[lld] f88ad8d - Speculative fix for MachO lld test after "Have REQUIRES support the target triple"
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 6 09:23:52 PDT 2021
Author: Paul Robinson
Date: 2021-08-06T09:23:45-07:00
New Revision: f88ad8d00f970ea937e8d3fcb71f4d4019f2821a
URL: https://github.com/llvm/llvm-project/commit/f88ad8d00f970ea937e8d3fcb71f4d4019f2821a
DIFF: https://github.com/llvm/llvm-project/commit/f88ad8d00f970ea937e8d3fcb71f4d4019f2821a.diff
LOG: 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.
Added:
Modified:
lld/test/MachO/search-paths-darwin.test
Removed:
################################################################################
diff --git a/lld/test/MachO/search-paths-darwin.test b/lld/test/MachO/search-paths-darwin.test
index 4e1123109a55d..8385d5b348a05 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
More information about the llvm-commits
mailing list