forked from OSchip/llvm-project
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
This commit is contained in:
parent
056b9a995b
commit
7642289780
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue