File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
4
4
Original file line number Diff line number Diff line change 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
2
2
3
3
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
4
4
typedef __attribute__ ((ext_vector_type (4 ))) float float4 ;
Original file line number Diff line number Diff line change 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
2
2
3
3
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
4
4
typedef __attribute__ ((ext_vector_type (4 ))) float float4 ;
You can’t perform that action at this time.
0 commit comments