[lld] caa99e3 - try to fix t.s on Windows after 7cb0a373d1
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 13:42:21 PST 2020
Author: Nico Weber
Date: 2020-12-03T16:42:08-05:00
New Revision: caa99e3f0a48d9d4a904c34acf210f57a13071c1
URL: https://github.com/llvm/llvm-project/commit/caa99e3f0a48d9d4a904c34acf210f57a13071c1
DIFF: https://github.com/llvm/llvm-project/commit/caa99e3f0a48d9d4a904c34acf210f57a13071c1.diff
LOG: try 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 64e6f5972cf2..95b312bf51f5 100644
--- a/lld/test/MachO/t.s
+++ b/lld/test/MachO/t.s
@@ -12,7 +12,7 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos -o %t/main.o %t/main.s
-# RUN: %lld %t/main.o %t/baz.o %t/bar.a %t/libfoo.dylib -lSystem -o /dev/null -t | FileCheck -DPATH='%:t' %s
+# RUN: %lld %t/main.o %t/baz.o %t/bar.a %t/libfoo.dylib -lSystem -o /dev/null -t | FileCheck -DPATH='%t' %s
# CHECK-DAG: bar.a(bar.o)
# CHECK-DAG: [[PATH]]/main.o
More information about the llvm-commits
mailing list