From 77b9f65d652d29608f44cc347d40f0c4dbc0ba4d Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 10 Oct 2013 02:12:25 +0000 Subject: [PATCH] Make test portable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192338 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/ext_vector_casts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sema/ext_vector_casts.c b/test/Sema/ext_vector_casts.c index 03316501a0..66004b03ff 100644 --- a/test/Sema/ext_vector_casts.c +++ b/test/Sema/ext_vector_casts.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -fno-lax-vector-conversions %s +// RUN: %clang_cc1 -triple x86_64-apple-macos10.7.0 -fsyntax-only -verify -fno-lax-vector-conversions %s typedef __attribute__(( ext_vector_type(2) )) float float2; typedef __attribute__(( ext_vector_type(4) )) int int4; -- 2.50.1