summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/arm64-neon-args.c
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2014-04-30 12:12:45 +0000
committerJames Molloy <james.molloy@arm.com>2014-04-30 12:12:45 +0000
commit7c39a5ad02ced23595c627a85f674841caf7fa9b (patch)
treead0684aaee85de4d9c8535f2e1b10080d40fd2fa /clang/test/Sema/arm64-neon-args.c
parente296a0fce5032825f47dfd05998227051b33b0d4 (diff)
downloadbcm5719-llvm-7c39a5ad02ced23595c627a85f674841caf7fa9b.tar.gz
bcm5719-llvm-7c39a5ad02ced23595c627a85f674841caf7fa9b.zip
Add a test for big-endian NEON on ARM64.
The enabled test #includes <arm_neon.h>, which is sufficient to test all the code in r207624. llvm-svn: 207641
Diffstat (limited to 'clang/test/Sema/arm64-neon-args.c')
-rw-r--r--clang/test/Sema/arm64-neon-args.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Sema/arm64-neon-args.c b/clang/test/Sema/arm64-neon-args.c
index a36df030fbc..9bd103a4dbb 100644
--- a/clang/test/Sema/arm64-neon-args.c
+++ b/clang/test/Sema/arm64-neon-args.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -triple arm64-apple-darwin -target-feature +neon -fsyntax-only -ffreestanding -verify %s
+// RUN: %clang_cc1 -triple arm64_be-none-linux-gnu -target-feature +neon -fsyntax-only -ffreestanding -verify %s
#include <arm_neon.h>
OpenPOWER on IntegriCloud