]> granicus.if.org Git - clang/commitdiff
Test use of arm_neon.h with -fno-lax-vector-conversions.
authorBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 01:18:30 +0000 (01:18 +0000)
committerBob Wilson <bob.wilson@apple.com>
Thu, 2 Dec 2010 01:18:30 +0000 (01:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120642 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/arm-neon-header.c

index 3c2a7359082c557ecda0872014424b7cd5a5fae7..3f8b3d14362c41a980d3ea0f32a04ecc98a821c4 100644 (file)
@@ -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>