Bob Wilson
2e71fb55c1
Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.
...
The arm_neon.h header includes stdint.h and it picks up the system header
without -ffreestanding.
llvm-svn: 120716
2010-12-02 17:31:16 +00:00
Bob Wilson
27d87807f6
Add a test for calling a Neon intrinsic macro with the wrong vector type.
...
This does not work so well with the -fno-lax-vector-conversions option for
testing the arm_neon.h header but that is a really useful test, so I split
this out to a separate Sema test to check for the warning.
llvm-svn: 120694
2010-12-02 07:13:31 +00:00
Bob Wilson
13e3b00e76
Test use of arm_neon.h with -fno-lax-vector-conversions.
...
llvm-svn: 120642
2010-12-02 01:18:30 +00:00
Bob Wilson
5ceace4d14
Add a testcase for Radar 8228022.
...
Make sure the -Wvector-conversions does not cause unnecessary warnings when
using Neon intrinsics with the correct types.
llvm-svn: 120634
2010-12-02 00:25:18 +00:00