Skip to content

Commit c975cdc

Browse files
committed
Add a 64-bit triple to these tests, to fix 32-bit bots.
llvm-svn: 175736
1 parent 15eedde commit c975cdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clang/test/CodeGenOpenCL/logical-ops.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 %s -emit-llvm -o - -cl-std=CL1.2 -O1 | FileCheck %s
1+
// RUN: %clang_cc1 %s -emit-llvm -o - -cl-std=CL1.2 -O1 -triple x86_64-unknown-linux-gnu | FileCheck %s
22

33
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 %s -verify -cl-std=CL1.1
1+
// RUN: %clang_cc1 %s -verify -cl-std=CL1.1 -triple x86_64-unknown-linux-gnu
22

33
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
44
typedef __attribute__((ext_vector_type(4))) float float4;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 %s -verify -cl-std=CL1.2
1+
// RUN: %clang_cc1 %s -verify -cl-std=CL1.2 -triple x86_64-unknown-linux-gnu
22

33
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
44
typedef __attribute__((ext_vector_type(4))) float float4;

0 commit comments

Comments
 (0)