diff options
author | Sterling Augustine <saugustine@google.com> | 2019-03-21 23:30:50 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2019-03-21 23:30:50 +0000 |
commit | 7642289780b33b0a9eafea01ef7cd3869aef1f4f (patch) | |
tree | 09a7a11a88237d0cb4743d5ff2f69933f405b027 /clang/test/Driver/compiler-rt-unwind.c | |
parent | 056b9a995b6e4e3ca96189470c935bd5dbf10696 (diff) | |
download | bcm5719-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.c | 7 |
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 |