From: Bob Wilson Date: Thu, 2 Dec 2010 01:18:30 +0000 (+0000) Subject: Test use of arm_neon.h with -fno-lax-vector-conversions. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d0b2b728b9a431546b11252793844bf7506ec84;p=clang 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 --- 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