summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/compiler-rt-unwind.c
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2019-03-21 23:30:50 +0000
committerSterling Augustine <saugustine@google.com>2019-03-21 23:30:50 +0000
commit7642289780b33b0a9eafea01ef7cd3869aef1f4f (patch)
tree09a7a11a88237d0cb4743d5ff2f69933f405b027 /clang/test/Driver/compiler-rt-unwind.c
parent056b9a995b6e4e3ca96189470c935bd5dbf10696 (diff)
downloadbcm5719-llvm-7642289780b33b0a9eafea01ef7cd3869aef1f4f.tar.gz
bcm5719-llvm-7642289780b33b0a9eafea01ef7cd3869aef1f4f.zip
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
Diffstat (limited to 'clang/test/Driver/compiler-rt-unwind.c')
-rw-r--r--clang/test/Driver/compiler-rt-unwind.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/test/Driver/compiler-rt-unwind.c b/clang/test/Driver/compiler-rt-unwind.c
index 00024dfa7ed..0ec067cbfc6 100644
--- a/clang/test/Driver/compiler-rt-unwind.c
+++ b/clang/test/Driver/compiler-rt-unwind.c
@@ -2,13 +2,6 @@
// --unwindlib=XXX properly.
//
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
-// RUN: --target=x86_64-unknown-linux \
-// RUN: --gcc-toolchain="" \
-// RUN: | FileCheck --check-prefix=RTLIB-EMPTY %s
-// RTLIB-EMPTY: "{{.*}}lgcc"
-// RTLIB-EMPTY: "{{.*}}-lgcc_s"
-//
-// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
// RUN: --target=x86_64-unknown-linux -rtlib=libgcc \
// RUN: --gcc-toolchain="" \
// RUN: | FileCheck --check-prefix=RTLIB-GCC %s
OpenPOWER on IntegriCloud