]> granicus.if.org Git - clang/commitdiff
[ARM64] Update tests to reflect the change of the default CPU in llvm.
authorQuentin Colombet <qcolombet@apple.com>
Tue, 15 Apr 2014 19:09:58 +0000 (19:09 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Tue, 15 Apr 2014 19:09:58 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206314 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
test/CodeGen/arm64_vecCmpBr.c

index 0293e983c275dfdbd452815dd11a8de532ec071b..cbbdff8fc847567034f87557bb23854ee4ac0df9 100644 (file)
@@ -2,7 +2,7 @@
 // REQUIRES: arm64-registered-target
 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +neon \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
-// RUN: %clang_cc1 -triple arm64-none-linux-gnu \
+// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-cpu cyclone \
 // RUN:   -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
 
 // Test new aarch64 intrinsics and types
index ba67496e3e7e704708a0ef117b39e5a7de4e849f..779c6ef71115f649a6ad551206a84b4864627051 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -S -ffreestanding %s -o - | FileCheck %s
+// RUN: %clang_cc1 -O3 -triple arm64-apple-ios7 -S -ffreestanding %s -o - -target-cpu cyclone | FileCheck %s
 // REQUIRES: arm64-registered-target
 // test code generation for <rdar://problem/11487757>
 #include <arm_neon.h>