summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm64_vMaxMin.c
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-30 13:40:57 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-30 13:40:57 +0000
commit1ae5a684a7c280d9e4aa7655dbff2f091d103e63 (patch)
treee268f46339c8bcfa14ea1c0039dc2dc14798887c /clang/test/CodeGen/arm64_vMaxMin.c
parent5c0d1454d630baf7f1a8c04d86fd33bc99f2720a (diff)
downloadbcm5719-llvm-1ae5a684a7c280d9e4aa7655dbff2f091d103e63.tar.gz
bcm5719-llvm-1ae5a684a7c280d9e4aa7655dbff2f091d103e63.zip
[ARM64] Use %clang_cc1 consistently in the new arm64 codegen tests.
Really, all tests outside of the Driver tree should use %clang_cc1, but these are new and easy to fix, and many of them use buitlin headers which don't work as well without using %clang_cc1. llvm-svn: 205147
Diffstat (limited to 'clang/test/CodeGen/arm64_vMaxMin.c')
-rw-r--r--clang/test/CodeGen/arm64_vMaxMin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/arm64_vMaxMin.c b/clang/test/CodeGen/arm64_vMaxMin.c
index 8689bca701e..d53c0bb63df 100644
--- a/clang/test/CodeGen/arm64_vMaxMin.c
+++ b/clang/test/CodeGen/arm64_vMaxMin.c
@@ -1,5 +1,5 @@
-// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
-// RUN: %clang -O1 -target arm64-apple-ios7 -ffreestanding -S -o - %s | FileCheck -check-prefix=CHECK-CODEGEN %s
+// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - -emit-llvm %s | FileCheck %s
+// RUN: %clang_cc1 -O1 -triple arm64-apple-ios7 -ffreestanding -S -o - %s | FileCheck -check-prefix=CHECK-CODEGEN %s
// REQUIRES: arm64-registered-target
// Test ARM64 SIMD max/min intrinsics
OpenPOWER on IntegriCloud