summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-06-18 08:37:28 +0000
committerTim Northover <tnorthover@apple.com>2014-06-18 08:37:28 +0000
commitaaa3cb996d19f31672aa81148a15638ef202c3ed (patch)
treebf070d272de18292787d0eedf6dd91afd7d8a088 /test/CodeGenCXX
parent51b9d7b1384f0325cb34b76fc999ff78c7a79452 (diff)
downloadclang-aaa3cb996d19f31672aa81148a15638ef202c3ed.tar.gz
clang-aaa3cb996d19f31672aa81148a15638ef202c3ed.tar.bz2
clang-aaa3cb996d19f31672aa81148a15638ef202c3ed.tar.xz
AArch64: re-enable tests that were looking for a non-existent backend.
In the final phase of the merge, I managed to disable a bunch of Clang tests accidentally. Fortunately none of them seem to have broken in the interim. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX')
-rw-r--r--test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp2
-rw-r--r--test/CodeGenCXX/aarch64-neon.cpp2
-rw-r--r--test/CodeGenCXX/int64_uint64.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp b/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
index 7543a1c474..1e662a02b9 100644
--- a/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
+++ b/test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon %s -emit-llvm -o - | FileCheck %s
typedef unsigned char uint8_t;
diff --git a/test/CodeGenCXX/aarch64-neon.cpp b/test/CodeGenCXX/aarch64-neon.cpp
index fc7de1ddfa..8929c17043 100644
--- a/test/CodeGenCXX/aarch64-neon.cpp
+++ b/test/CodeGenCXX/aarch64-neon.cpp
@@ -1,4 +1,4 @@
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
// RUN: -ffp-contract=fast -S -O3 -o - %s | FileCheck %s
diff --git a/test/CodeGenCXX/int64_uint64.cpp b/test/CodeGenCXX/int64_uint64.cpp
index ed31dda123..f09a5e6f1a 100644
--- a/test/CodeGenCXX/int64_uint64.cpp
+++ b/test/CodeGenCXX/int64_uint64.cpp
@@ -3,7 +3,7 @@
// RUN: -target-cpu cortex-a8 \
// RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-ARM %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
// RUN: %clang_cc1 -triple arm64-linux-gnueabi \
// RUN: -target-feature +neon \
// RUN: -emit-llvm -w -O1 -o - %s | FileCheck --check-prefix=CHECK-AARCH64 %s