r207641 - Add a test for big-endian NEON on ARM64.
James Molloy
james.molloy at arm.com
Wed Apr 30 05:12:45 PDT 2014
Author: jamesm
Date: Wed Apr 30 07:12:45 2014
New Revision: 207641
URL: http://llvm.org/viewvc/llvm-project?rev=207641&view=rev
Log:
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.
Modified:
cfe/trunk/test/Sema/arm64-neon-args.c
Modified: cfe/trunk/test/Sema/arm64-neon-args.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/arm64-neon-args.c?rev=207641&r1=207640&r2=207641&view=diff
==============================================================================
--- cfe/trunk/test/Sema/arm64-neon-args.c (original)
+++ cfe/trunk/test/Sema/arm64-neon-args.c Wed Apr 30 07:12:45 2014
@@ -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>
More information about the cfe-commits
mailing list