forked from OSchip/llvm-project
Use the Itanium C++ ABI for the pipe_builtin.cl test
Certain OpenCL constructs cannot yet be mangled in the MS C++ ABI. Add a FIXME for it if anyone cares to implement it. llvm-svn: 365557
This commit is contained in:
parent
8777df5270
commit
9b28d9c331
|
@ -1,4 +1,6 @@
|
||||||
// RUN: %clang_cc1 -emit-llvm -cl-ext=+cl_khr_subgroups -O0 -cl-std=c++ -o - %s | FileCheck %s
|
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -cl-ext=+cl_khr_subgroups -O0 -cl-std=c++ -o - %s | FileCheck %s
|
||||||
|
// FIXME: Add MS ABI manglings of OpenCL things and remove %itanium_abi_triple
|
||||||
|
// above to support OpenCL in the MS C++ ABI.
|
||||||
|
|
||||||
// CHECK-DAG: %opencl.pipe_ro_t = type opaque
|
// CHECK-DAG: %opencl.pipe_ro_t = type opaque
|
||||||
// CHECK-DAG: %opencl.pipe_wo_t = type opaque
|
// CHECK-DAG: %opencl.pipe_wo_t = type opaque
|
||||||
|
|
Loading…
Reference in New Issue