]> granicus.if.org Git - clang/commitdiff
Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 29 Nov 2014 17:27:07 +0000 (17:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 29 Nov 2014 17:27:07 +0000 (17:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222956 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenOpenCL/opencl_types.cl

index 4ef94e660e83d88ff694ef522277b4f5b62d963f..86924ea3b1048bd011c6eedc616f3a57c03da783 100644 (file)
@@ -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"}}