]> granicus.if.org Git - clang/commitdiff
This test assumes that -rtlib defaults to libgcc. But that isn't true in the face...
authorSterling Augustine <saugustine@google.com>
Thu, 21 Mar 2019 23:30:50 +0000 (23:30 +0000)
committerSterling Augustine <saugustine@google.com>
Thu, 21 Mar 2019 23:30:50 +0000 (23:30 +0000)
Subscribers: dberris, jdoerfert, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D59674

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@356724 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/compiler-rt-unwind.c

index 00024dfa7ed3a6aa4b73804c58a94f6b85bcf778..0ec067cbfc6d889ba50451561c07bd17c45f4391 100644 (file)
@@ -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