forked from OSchip/llvm-project
Tweak test to pass -ffreestanding, to avoid platform dependent header issues.
llvm-svn: 114627
This commit is contained in:
parent
fd1bc42230
commit
1fae17a8e5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue