Tweak test to pass -ffreestanding, to avoid platform dependent header issues.

llvm-svn: 114627
This commit is contained in:
Daniel Dunbar 2010-09-23 04:40:10 +00:00
parent fd1bc42230
commit 1fae17a8e5
1 changed files with 1 additions and 0 deletions

View 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>