Use a valid arch name in this triple.

llvm-svn: 215726
This commit is contained in:
Rafael Espindola 2014-08-15 16:55:25 +00:00
parent 48e21c07c1
commit d76eb44cdf
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@
// RUN: -static \
// RUN: | FileCheck --check-prefix=CHECK-ANDROID-STATIC %s
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
// RUN: --target=x86-linux-android \
// RUN: --target=x86_64-linux-android \
// RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
// RUN: -static \
// RUN: | FileCheck --check-prefix=CHECK-ANDROID-STATIC %s