[PATCH] Making DebugInfoFinder process all the compile units in the module

Mishne, Alon alon.mishne at intel.com
Tue Oct 8 23:30:34 PDT 2013


When processing a module, DebugInfoFinder only goes over the first compile unit in the module's debug metadata, instead of going over all the compile units; there's even a "FIXME" comment there about this issue. I've opened a bug report about it at http://llvm.org/bugs/show_bug.cgi?id=17507

Attached is a patch which fixes this and adds a test to verify that more than one compile unit can be processed.


-        Alon
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131009/be844b1f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debuginfofinder-multiple-cu.diff
Type: application/octet-stream
Size: 3233 bytes
Desc: debuginfofinder-multiple-cu.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131009/be844b1f/attachment.obj>


More information about the llvm-commits mailing list