[llvm-commits] [llvm] r173712 - Add support for source and line information to IntelJITEventListener for object emitted by MCJIT.

Eric Christopher echristo at gmail.com
Mon Jan 28 15:31:07 PST 2013


+static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress,
> +                                                 uintptr_t Address,
> +                                                 DILineInfo Line)
> +{
> +  LineNumberInfo Result;
> +


Formatting.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130128/351d3757/attachment.html>


More information about the llvm-commits mailing list