Skip to content

Commit a4c33ec

Browse files
committed
OpenCL: Try to fix bot test failure
llvm-svn: 352544
1 parent c2cdff6 commit a4c33ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/SemaOpenCL/format-strings-fixit.cl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// RUN: %clang_cc1 -cl-std=CL1.2 -fsyntax-only -pedantic -Wall -Werror %t
44
// RUN: %clang_cc1 -cl-std=CL1.2 -E -o - %t | FileCheck %s
55

6+
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
7+
68
typedef __attribute__((ext_vector_type(4))) char char4;
79
typedef __attribute__((ext_vector_type(4))) short short4;
810
typedef __attribute__((ext_vector_type(4))) int int4;

0 commit comments

Comments
 (0)