diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-12-02 01:18:30 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-12-02 01:18:30 +0000 |
commit | 9d0b2b728b9a431546b11252793844bf7506ec84 (patch) | |
tree | b06fec7d9894926ea7c60cb6fea75c6a6906f38e /test/Headers | |
parent | 96607b29c4b90996e97f0216651f544b3ded4175 (diff) |
Test use of arm_neon.h with -fno-lax-vector-conversions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Headers')
-rw-r--r-- | test/Headers/arm-neon-header.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Headers/arm-neon-header.c b/test/Headers/arm-neon-header.c index 3c2a735908..3f8b3d1436 100644 --- a/test/Headers/arm-neon-header.c +++ b/test/Headers/arm-neon-header.c @@ -1,4 +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 #include <arm_neon.h> |