diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-29 17:27:07 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-11-29 17:27:07 +0000 |
commit | c3ee2c5a770f82154b81ad13cd946caf816fad72 (patch) | |
tree | 0e48940c6d8e4a9d72f4457eb65ad21f86feaa37 | |
parent | 73e2c0d85651a7aa30904366545f40567fde21bb (diff) | |
download | bcm5719-llvm-c3ee2c5a770f82154b81ad13cd946caf816fad72.tar.gz bcm5719-llvm-c3ee2c5a770f82154b81ad13cd946caf816fad72.zip |
Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941.
llvm-svn: 222956
-rw-r--r-- | clang/test/CodeGenOpenCL/opencl_types.cl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenOpenCL/opencl_types.cl b/clang/test/CodeGenOpenCL/opencl_types.cl index 4ef94e660e8..86924ea3b10 100644 --- a/clang/test/CodeGenOpenCL/opencl_types.cl +++ b/clang/test/CodeGenOpenCL/opencl_types.cl @@ -37,4 +37,4 @@ kernel void foo(image1d_t img) { } void __attribute__((overloadable)) bad1(image1d_t *b, image2d_t *c, image2d_t *d) {} -// CHECK-LABEL: @_Z4bad1P11ocl_image1dP11ocl_image2dS2_ +// CHECK-LABEL: @{{_Z4bad1P11ocl_image1dP11ocl_image2dS2_|"\\01\?bad1@@YAXPEAPAUocl_image1d@@PEAPAUocl_image2d@@1@Z"}} |