]> granicus.if.org Git - clang/commitdiff
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)
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

index e11904111089e543b0d858c46312ea898a078523..90ea22bc96febe0048e7742e2cca66f742959dba 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -verify %s
-// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -fno-lax-vector-conversions -verify %s
-// RUN: %clang_cc1 -x c++ -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -verify %s
+// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
+// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -fno-lax-vector-conversions -ffreestanding %s
+// RUN: %clang_cc1 -x c++ -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding %s
 
 #include <arm_neon.h>
index 40513c4ff7533f39b62a843276e20ddffa674c73..152d4c9b9a7829f99d2b7bc146e63e220f48922d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -verify %s
+// RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conversions -ffreestanding -verify %s
 
 #include <arm_neon.h>