Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests.
authorBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 17:31:16 +0000 (17:31 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 17:31:16 +0000 (17:31 +0000)
commit550e5ada63dc7c77263abe9a7e14053767a926a4
tree5ee6eb978031045aab7843f288283ed328859898
parent830937bc1100fba7682f7c32c40512085870f50c
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120716 91177308-0d34-0410-b5e6-96231b3b80d8
test/Headers/arm-neon-header.c
test/Sema/arm-neon-types.c