forked from OSchip/llvm-project
Make test more robust in case the expected output appears in clang version string.
llvm-svn: 341907
This commit is contained in:
parent
985c2b9226
commit
28ea6775c7
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>/dev/null \
|
||||
// RUN: -target i386-none-linux \
|
||||
// RUN: -B%S/Inputs/multilib_64bit_linux_tree/usr \
|
||||
// RUN: -print-multi-directory \
|
||||
|
@ -8,7 +8,7 @@
|
|||
// CHECK-X86-MULTILIBS-NOT: x32
|
||||
// CHECK-X86-MULTILIBS-NOT: .
|
||||
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>/dev/null \
|
||||
// RUN: -target i386-none-linux -m64 \
|
||||
// RUN: -B%S/Inputs/multilib_64bit_linux_tree/usr \
|
||||
// RUN: -print-multi-directory \
|
||||
|
@ -18,7 +18,7 @@
|
|||
// CHECK-X86_64-MULTILIBS-NOT: x32
|
||||
// CHECK-X86_64-MULTILIBS-NOT: 32
|
||||
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>/dev/null \
|
||||
// RUN: -target arm-linux-androideabi21 \
|
||||
// RUN: -mthumb \
|
||||
// RUN: -B%S/Inputs/basic_android_ndk_tree \
|
||||
|
|
Loading…
Reference in New Issue