Add a 64-bit triple to these tests, to fix 32-bit bots.
authorJoey Gouly <joey.gouly@arm.com>
Thu, 21 Feb 2013 13:42:33 +0000 (13:42 +0000)
committerJoey Gouly <joey.gouly@arm.com>
Thu, 21 Feb 2013 13:42:33 +0000 (13:42 +0000)
llvm-svn: 175736

clang/test/CodeGenOpenCL/logical-ops.cl
clang/test/SemaOpenCL/invalid-logical-ops-1.1.cl
clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl

index 5530200..ac1c1b5 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - -cl-std=CL1.2 -O1 | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm -o - -cl-std=CL1.2 -O1 -triple x86_64-unknown-linux-gnu | FileCheck %s
 
 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
 
index 78b6a26..2269dd3 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -cl-std=CL1.1
+// RUN: %clang_cc1 %s -verify -cl-std=CL1.1 -triple x86_64-unknown-linux-gnu
 
 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
 typedef __attribute__((ext_vector_type(4))) float float4;
index 404beb2..7ba1adb 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -cl-std=CL1.2
+// RUN: %clang_cc1 %s -verify -cl-std=CL1.2 -triple x86_64-unknown-linux-gnu
 
 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
 typedef __attribute__((ext_vector_type(4))) float float4;