[llvm-branch-commits] [lld] 32b7d0f - try more to fix t.s on Windows after 7cb0a373d1

Nico Weber via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 3 15:10:44 PST 2020


Author: Nico Weber
Date: 2020-12-03T18:06:34-05:00
New Revision: 32b7d0f5e160d7687ff6dfcf4c554914cffa3d97

URL: https://github.com/llvm/llvm-project/commit/32b7d0f5e160d7687ff6dfcf4c554914cffa3d97
DIFF: https://github.com/llvm/llvm-project/commit/32b7d0f5e160d7687ff6dfcf4c554914cffa3d97.diff

LOG: try more to fix t.s on Windows after 7cb0a373d1

Added: 
    

Modified: 
    lld/test/MachO/t.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/t.s b/lld/test/MachO/t.s
index 95b312bf51f5..7ff97dacdf92 100644
--- a/lld/test/MachO/t.s
+++ b/lld/test/MachO/t.s
@@ -18,7 +18,7 @@
 # CHECK-DAG: [[PATH]]/main.o
 # CHECK-DAG: [[PATH]]/baz.o
 # CHECK-DAG: [[PATH]]/libfoo.dylib
-# CHECK-DAG: {{.*}}/usr/lib/libSystem.tbd
+# CHECK-DAG: {{.*}}/usr/lib{{[/\\]}}libSystem.tbd
 
 #--- foo.s
 .globl __Z3foo


        


More information about the llvm-branch-commits mailing list