summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/int64_uint64.cpp
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
commit831d728f9a70ff2f8d17cf068a808082c68523ca (patch)
tree80a5dff9271f4f8dc99241ff4effe8f70584b4b3 /clang/test/CodeGenCXX/int64_uint64.cpp
parent23b69426343f4cbfd12cabea483379e18ffd5e3e (diff)
downloadbcm5719-llvm-831d728f9a70ff2f8d17cf068a808082c68523ca.tar.gz
bcm5719-llvm-831d728f9a70ff2f8d17cf068a808082c68523ca.zip
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. llvm-svn: 211149
Diffstat (limited to 'clang/test/CodeGenCXX/int64_uint64.cpp')
-rw-r--r--clang/test/CodeGenCXX/int64_uint64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/int64_uint64.cpp b/clang/test/CodeGenCXX/int64_uint64.cpp
index ed31dda123c..f09a5e6f1a0 100644
--- a/clang/test/CodeGenCXX/int64_uint64.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud