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 056b9a9 commit 7642289Copy full SHA for 7642289
clang/test/Driver/compiler-rt-unwind.c
@@ -2,13 +2,6 @@
2
// --unwindlib=XXX properly.
3
//
4
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5
-// RUN: --target=x86_64-unknown-linux \
6
-// RUN: --gcc-toolchain="" \
7
-// RUN: | FileCheck --check-prefix=RTLIB-EMPTY %s
8
-// RTLIB-EMPTY: "{{.*}}lgcc"
9
-// RTLIB-EMPTY: "{{.*}}-lgcc_s"
10
-//
11
-// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
12
// RUN: --target=x86_64-unknown-linux -rtlib=libgcc \
13
// RUN: --gcc-toolchain="" \
14
// RUN: | FileCheck --check-prefix=RTLIB-GCC %s
0 commit comments