summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/arm64_crypto.c
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/CodeGen/arm64_crypto.c
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/CodeGen/arm64_crypto.c')
-rw-r--r--clang/test/CodeGen/arm64_crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm64_crypto.c b/clang/test/CodeGen/arm64_crypto.c
index c672d2d0ed4..e63009a3109 100644
--- a/clang/test/CodeGen/arm64_crypto.c
+++ b/clang/test/CodeGen/arm64_crypto.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -triple arm64-apple-ios7.0 -target-feature +neon -target-feature +crypto -ffreestanding -Os -S -o - %s | FileCheck %s
-// REQUIRES: arm64-registered-target
+// REQUIRES: aarch64-registered-target
#include <arm_neon.h>
OpenPOWER on IntegriCloud