Author: chapuni
Date: Sat Nov 29 11:27:07 2014
New Revision: 222956
URL: http://llvm.org/viewvc/llvm-project?rev=222956&view=rev
Log:
Tweak clang/test/CodeGenOpenCL/opencl_types.cl to appease msvc since r222941.
Modified:
cfe/trunk/test/CodeGenOpenCL/opencl_types.cl
Modified: cfe/trunk/test/CodeGenOpenCL/opencl_types.cl
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenOpenCL/opencl_types.cl?rev=222956&r1=222955&r2=222956&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenOpenCL/opencl_types.cl (original)
+++ cfe/trunk/test/CodeGenOpenCL/opencl_types.cl Sat Nov 29 11:27:07 2014
@@ -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"}}
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits