From 1ae5a684a7c280d9e4aa7655dbff2f091d103e63 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Sun, 30 Mar 2014 13:40:57 +0000 Subject: [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 --- clang/test/CodeGen/arm64_vMaxMin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/CodeGen/arm64_vMaxMin.c') 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 -- cgit v1.2.3