Skip to content

Commit 1eea2e1

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
1 parent fc4ac03 commit 1eea2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/sanitizer-ld.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Test sanitizers ld flags.
22

3-
// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not="/libclang_rt"
3+
// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not="libclang_rt"
44

55
// RUN: %clang -### %s 2>&1 \
66
// RUN: --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address \
@@ -35,7 +35,7 @@
3535
// RUN: | %{filecheck} --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-DARWIN
3636
//
3737
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: "{{.*}}ld"
38-
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: /libclang_rt.osx.a"
38+
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: libclang_rt.osx.a"
3939

4040
// RUN: %clang -fsanitize=address -### %s 2>&1 \
4141
// RUN: --target=x86_64-unknown-linux -fuse-ld=ld \

0 commit comments

Comments
 (0)