OpenCL: Try to fix bot test failure

llvm-svn: 352544
This commit is contained in:
Matt Arsenault 2019-01-29 21:14:56 +00:00
parent c2cdff6ffa
commit a4c33ecd78
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
// RUN: %clang_cc1 -cl-std=CL1.2 -fsyntax-only -pedantic -Wall -Werror %t
// RUN: %clang_cc1 -cl-std=CL1.2 -E -o - %t | FileCheck %s
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
typedef __attribute__((ext_vector_type(4))) char char4;
typedef __attribute__((ext_vector_type(4))) short short4;
typedef __attribute__((ext_vector_type(4))) int int4;