From: NAKAMURA Takumi Date: Sat, 29 Nov 2014 17:27:07 +0000 (+0000) Subject: Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cda72446f4a196da5dee39e591f4e22b4480a0d;p=clang Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222956 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenOpenCL/opencl_types.cl b/test/CodeGenOpenCL/opencl_types.cl index 4ef94e660e..86924ea3b1 100644 --- a/test/CodeGenOpenCL/opencl_types.cl +++ b/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"}}