[llvm-commits] [PATCH] Provide line info for objects generated by MCJIT

Kaylor, Andrew andrew.kaylor at intel.com
Mon Jan 21 15:50:23 PST 2013


This patch uses a new method proposed in a separate patch (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130121/162836.html) to provide line number information when registering functions generated by MCJIT with the Intel JIT profiling API.  The separate test patch provides tests for this code when Intel JIT events are enabled in the build.  The tests were regenerated from source because the old test contained insufficient and/or out-of-date debug metadata, so the diff on those files is not particularly relevant.

I've had this patch review by a co-worker, and I plan to commit it as soon as the other patch on which it depends is accepted.  I'm posting it primarily to provide context for the other patch.  That said, any feedback is always welcome.

-Andy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/3972ee18/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcjit-event-listener-lineinfo.patch
Type: application/octet-stream
Size: 7163 bytes
Desc: mcjit-event-listener-lineinfo.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/3972ee18/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcjit-event-listener-lineinfo-tests.patch
Type: application/octet-stream
Size: 62824 bytes
Desc: mcjit-event-listener-lineinfo-tests.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130121/3972ee18/attachment-0001.obj>


More information about the llvm-commits mailing list