From 9d0b2b728b9a431546b11252793844bf7506ec84 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 2 Dec 2010 01:18:30 +0000 Subject: [PATCH] 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 --- test/Headers/arm-neon-header.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0