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 c409da2 commit 6727d58Copy full SHA for 6727d58
clang/test/Driver/sanitizer-ld.c
@@ -831,7 +831,7 @@
831
832
// CFI requirements.
833
// RUN: not %clang -fsanitize=cfi \
834
-// RUN: --target=x86_64-unknown-linux -fuse-ld=ld -rtlib=platform \
+// RUN: --target=x86_64-unknown-linux -fuse-ld=ld \
835
// RUN: -resource-dir=%S/Inputs/resource_dir \
836
// RUN: --sysroot=%S/Inputs/basic_linux_tree \
837
// RUN: -### %s 2>&1 \
@@ -841,7 +841,7 @@
841
842
// CFI by itself does not link runtime libraries.
843
844
845
846
847
0 commit comments