[ARM64] Update tests to reflect the change of the default CPU in llvm.

llvm-svn: 206314
This commit is contained in:
Quentin Colombet 2014-04-15 19:09:58 +00:00
parent 72dad56c53
commit 9d8105130a
2 changed files with 2 additions and 2 deletions

View 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

View 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>