]> granicus.if.org Git - clang/commitdiff
Add a test for big-endian NEON on ARM64.
authorJames Molloy <james.molloy@arm.com>
Wed, 30 Apr 2014 12:12:45 +0000 (12:12 +0000)
committerJames Molloy <james.molloy@arm.com>
Wed, 30 Apr 2014 12:12:45 +0000 (12:12 +0000)
The enabled test #includes <arm_neon.h>, which is sufficient to test all
the code in r207624.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207641 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/arm64-neon-args.c

index a36df030fbc9976c58243552bfa4a2a2593143a4..9bd103a4dbb215c65f85df2879b40a0215773af3 100644 (file)
@@ -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>