From e943a6246e237ad75c52833248926e02d9d5d698 Mon Sep 17 00:00:00 2001 From: Quentin Colombet Date: Tue, 15 Apr 2014 19:09:58 +0000 Subject: [PATCH] [ARM64] Update tests to reflect the change of the default CPU in llvm. 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 | 2 +- test/CodeGen/arm64_vecCmpBr.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c b/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c index 0293e983c2..cbbdff8fc8 100644 --- a/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c +++ b/test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c @@ -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 diff --git a/test/CodeGen/arm64_vecCmpBr.c b/test/CodeGen/arm64_vecCmpBr.c index ba67496e3e..779c6ef711 100644 --- a/test/CodeGen/arm64_vecCmpBr.c +++ b/test/CodeGen/arm64_vecCmpBr.c @@ -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 #include -- 2.40.0