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.
1 parent 8caeb2e commit 40f5696Copy full SHA for 40f5696
clang/test/Driver/sanitizer-ld.c
@@ -37,7 +37,7 @@
37
// RUN: | %{filecheck} --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-DARWIN
38
//
39
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: "{{.*}}ld"
40
-// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: libclang_rt.osx.a"
+// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: "--whole-archive" "{{.*}}libclang_rt.osx.a" "--no-whole-archive"
41
42
// RUN: %clang -fsanitize=address -### %s 2>&1 \
43
// RUN: --target=x86_64-unknown-linux -fuse-ld=ld \
0 commit comments