summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-11-29 17:27:07 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-11-29 17:27:07 +0000
commitc3ee2c5a770f82154b81ad13cd946caf816fad72 (patch)
tree0e48940c6d8e4a9d72f4457eb65ad21f86feaa37
parent73e2c0d85651a7aa30904366545f40567fde21bb (diff)
downloadbcm5719-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.cl2
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"}}
OpenPOWER on IntegriCloud