summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/aarch64-target-features.c
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-04-17 12:51:36 +0000
committerJames Molloy <james.molloy@arm.com>2014-04-17 12:51:36 +0000
commit96061a6db1c5f8ee3ce61458e4006671e7600083 (patch)
tree2869245af254be258bc14d6c81d9065891ba0a9b /clang/test/Preprocessor/aarch64-target-features.c
parentec78aa46f2a7d8ebea33e19ceb3b763e619408e2 (diff)
downloadbcm5719-llvm-96061a6db1c5f8ee3ce61458e4006671e7600083.tar.gz
bcm5719-llvm-96061a6db1c5f8ee3ce61458e4006671e7600083.zip
[ARM64] Add ARM64 RUN lines to a bunch of tests that had AARCH64 RUN lines.
This covers all tests in tests/Driver and tests/Preprocessor, but there are some failing tests in test/Sema that need looking into. llvm-svn: 206464
Diffstat (limited to 'clang/test/Preprocessor/aarch64-target-features.c')
-rw-r--r--clang/test/Preprocessor/aarch64-target-features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/aarch64-target-features.c b/clang/test/Preprocessor/aarch64-target-features.c
index e487667ca54..b51556f6fae 100644
--- a/clang/test/Preprocessor/aarch64-target-features.c
+++ b/clang/test/Preprocessor/aarch64-target-features.c
@@ -1,4 +1,5 @@
// RUN: %clang -target aarch64-none-linux-gnu -x c -E -dM %s -o - | FileCheck %s
+// RUN: %clang -target arm64-none-linux-gnu -x c -E -dM %s -o - | FileCheck %s
// CHECK: __AARCH64EL__ 1
// CHECK: __ARM_64BIT_STATE 1
OpenPOWER on IntegriCloud