[cfe-commits] r120642 - /cfe/trunk/test/Headers/arm-neon-header.c

Bob Wilson bob.wilson at apple.com
Wed Dec 1 17:18:30 PST 2010


Author: bwilson
Date: Wed Dec  1 19:18:30 2010
New Revision: 120642

URL: http://llvm.org/viewvc/llvm-project?rev=120642&view=rev
Log:
Test use of arm_neon.h with -fno-lax-vector-conversions.

Modified:
    cfe/trunk/test/Headers/arm-neon-header.c

Modified: cfe/trunk/test/Headers/arm-neon-header.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Headers/arm-neon-header.c?rev=120642&r1=120641&r2=120642&view=diff
==============================================================================
--- cfe/trunk/test/Headers/arm-neon-header.c (original)
+++ cfe/trunk/test/Headers/arm-neon-header.c Wed Dec  1 19:18:30 2010
@@ -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>





More information about the cfe-commits mailing list