summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/vector-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/vector-ops.c')
-rw-r--r--clang/test/Sema/vector-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/vector-ops.c b/clang/test/Sema/vector-ops.c
index 1ace8d1ea25..9cdd9d2f174 100644
--- a/clang/test/Sema/vector-ops.c
+++ b/clang/test/Sema/vector-ops.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversion
+// RUN: %clang_cc1 %s -verify -fsyntax-only -Wvector-conversion -triple x86_64-apple-darwin10
typedef unsigned int v2u __attribute__ ((vector_size (8)));
typedef int v2s __attribute__ ((vector_size (8)));
typedef float v2f __attribute__ ((vector_size(8)));
OpenPOWER on IntegriCloud