[llvm-commits] [PATCH] [Review request] Adding getLineInforForAddressRange() to DIContext
Eric Christopher
echristo at gmail.com
Thu Jan 24 01:03:00 PST 2013
This looks fine in general. I'd like some testcases though please.
Thanks!
-eric
On Mon, Jan 21, 2013 at 3:37 PM, Kaylor, Andrew <andrew.kaylor at intel.com>wrote:
> This patch adds a new method, getLineInfoForAddressRange, to the
> DIContext interface class and provides an implementation for that method in
> the DebugInfo code.****
>
> ** **
>
> This is a subset of a patch I submitted last week (
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130114/162210.html).
> There is nothing new in this patch, I have simply isolated the
> DebugInfo-specific changes to make review easier.****
>
> ** **
>
> The new method will be used by the IntelJITEventListener to provide line
> information for profiling code generated by MCJIT, but these changes are
> not dependent on the JIT event listener changes. I’ll resubmit the JIT
> event listener changes momentarily for context.****
>
> ** **
>
> -Andy****
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130124/85a68d97/attachment.html>
More information about the llvm-commits
mailing list