]> granicus.if.org Git - clang/commitdiff
Make test portable.
authorTed Kremenek <kremenek@apple.com>
Thu, 10 Oct 2013 02:12:25 +0000 (02:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 10 Oct 2013 02:12:25 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192338 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/ext_vector_casts.c

index 03316501a0e2bd8da8d938b447147f68ff94ce25..66004b03ff8c34d1f98bd8558ad62bd3329e8e7e 100644 (file)
@@ -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;