]> granicus.if.org Git - clang/commitdiff
Tweak test to pass -ffreestanding, to avoid platform dependent header issues.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 23 Sep 2010 04:40:10 +0000 (04:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 23 Sep 2010 04:40:10 +0000 (04:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114627 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm-vector-arguments.c

index 0d28642e4b0ee828312cb3f899977a333e58788f..68ceca0bcc30280dbd1bf85d9afd336b4cfb7676 100644 (file)
@@ -3,6 +3,7 @@
 // RUN:   -target-cpu cortex-a8 \
 // RUN:   -mfloat-abi soft \
 // RUN:   -target-feature +soft-float-abi \
+// RUN:   -ffreestanding \
 // RUN:   -emit-llvm -w -o - %s | FileCheck %s
 
 #include <arm_neon.h>