Revert r271136 [OpenCL] Add the default header file opencl-c.h for OpenCL C language due to build failure on ppc64/hexagon/systemz.

llvm-svn: 271144
This commit is contained in:
Yaxun Liu 2016-05-28 19:50:40 +00:00
parent 37dafba713
commit 898eb39bfc
3 changed files with 0 additions and 16912 deletions

View File

@ -48,7 +48,6 @@ set(files
module.modulemap
mwaitxintrin.h
nmmintrin.h
opencl-c.h
pkuintrin.h
pmmintrin.h
popcntintrin.h

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +0,0 @@
// RUN: %clang_cc1 -internal-isystem ../../lib/Headers -include opencl-c.h -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -internal-isystem ../../lib/Headers -include opencl-c.h -emit-llvm -o - %s -cl-std=CL1.1| FileCheck %s
// RUN: %clang_cc1 -internal-isystem ../../lib/Headers -include opencl-c.h -emit-llvm -o - %s -cl-std=CL1.2| FileCheck %s
// RUN: %clang_cc1 -internal-isystem ../../lib/Headers -include opencl-c.h -fblocks -emit-llvm -o - %s -cl-std=CL2.0| FileCheck %s
// CHECK: _Z16convert_char_rtec
char f(char x) {
return convert_char_rte(x);
}