[PATCH] Emit void type as unspecified type with name "void"
Adrian Prantl
aprantl at apple.com
Fri Mar 22 14:33:32 PDT 2013
According to section 5.2 of the DWARF4 standard, the void type
should be represented as an unspecified type with the name "void”.
(Before this we would emit an empty type and let the debugger guess the name).
Fix for rdar://problem/13291085
thanks,
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-According-to-section-5.2-of-the-DWARF4-standard-the-.patch
Type: application/octet-stream
Size: 3447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130322/9fd1c523/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Introduce-a-createVoidType-function-to-DI-Builder.patch
Type: application/octet-stream
Size: 5933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130322/9fd1c523/attachment-0001.obj>
More information about the cfe-commits
mailing list