commit | 7bb1d23213165f9260f67440ee83b8d7dbc591f7 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Thu Sep 23 04:40:10 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Thu Sep 23 04:40:10 2010 +0000 |
tree | 2f5389b11864714efb5f58464637951c7fbe9478 | |
parent | f554b1cc3083d9ed1fb9b52a305025f744e90d08 [diff] |
Tweak test to pass -ffreestanding, to avoid platform dependent header issues. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114627 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/arm-vector-arguments.c b/test/CodeGen/arm-vector-arguments.c index 0d28642..68ceca0 100644 --- a/test/CodeGen/arm-vector-arguments.c +++ b/test/CodeGen/arm-vector-arguments.c
@@ -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>