Skip to content

Commit 7642289

Browse files
This test assumes that -rtlib defaults to libgcc. But that isn't true in the face of -DCLANG_DEFAULT_RTLIB=compiler-rt.
Subscribers: dberris, jdoerfert, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59674 llvm-svn: 356724
1 parent 056b9a9 commit 7642289

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clang/test/Driver/compiler-rt-unwind.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
// --unwindlib=XXX properly.
33
//
44
// 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 \
125
// RUN: --target=x86_64-unknown-linux -rtlib=libgcc \
136
// RUN: --gcc-toolchain="" \
147
// RUN: | FileCheck --check-prefix=RTLIB-GCC %s

0 commit comments

Comments
 (0)