[cfe-commits] PATCH: Emit debug info entries for block functions, thunks and initializers/destructors
Alexey Samsonov
samsonov at google.com
Tue Oct 16 07:24:50 PDT 2012
Hi!
This patch initializes debug info generator in CodeGenFunction for
"special" cases
of functions (subj) that lack declarations and are generated by Clang. As a
result, these
functions get metadata in IR and (partly degenerate) DWARF debug info
entries in object file.
This incorporates fix for PR13942.
Code review: https://codereview.appspot.com/6720044/
--
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121016/6e28eb7f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue6720044_1.diff
Type: application/octet-stream
Size: 7500 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121016/6e28eb7f/attachment.obj>
More information about the cfe-commits
mailing list