We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1985ea4 + 1eea2e1 commit 45ff332Copy full SHA for 45ff332
clang/test/Driver/sanitizer-ld.c
@@ -1,6 +1,6 @@
1
// Test sanitizers ld flags.
2
3
-// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not="/libclang_rt"
+// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not="libclang_rt"
4
5
// RUN: %clang -### %s 2>&1 \
6
// RUN: --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address \
@@ -35,7 +35,7 @@
35
// RUN: | %{filecheck} --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-DARWIN
36
//
37
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: "{{.*}}ld"
38
-// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: /libclang_rt.osx.a"
+// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: libclang_rt.osx.a"
39
40
// RUN: %clang -fsanitize=address -### %s 2>&1 \
41
// RUN: --target=x86_64-unknown-linux -fuse-ld=ld \
0 commit comments