aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenOpenCL/bool_cast.cl
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenOpenCL/bool_cast.cl')
-rw-r--r--test/CodeGenOpenCL/bool_cast.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenOpenCL/bool_cast.cl b/test/CodeGenOpenCL/bool_cast.cl
index 8c86b06577d6..ab40eccf571f 100644
--- a/test/CodeGenOpenCL/bool_cast.cl
+++ b/test/CodeGenOpenCL/bool_cast.cl
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - -O0 | FileCheck %s
+// RUN: %clang_cc1 %s -triple x86_64-unknown-linux-gnu -emit-llvm -o - -O0 | FileCheck %s
typedef unsigned char uchar4 __attribute((ext_vector_type(4)));
typedef unsigned int int4 __attribute((ext_vector_type(4)));