[patch] Simplify arange output
David Blaikie
dblaikie at gmail.com
Sun Feb 1 16:58:36 PST 2015
Might be easier to review in Phab.
I get some/most of it - but not sure about some other bits. Like why did
the "if (!Section) {" section move from before to after the sort ("// Sort
the symbols by offset within the section.")?
On Wed, Jan 28, 2015 at 7:51 AM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> I was looking at emitDebugARanges and noticed it was the only user of
> SectionMap.
>
> The attached patch changes it to compute SectionMap and saves a call to
> sort.
>
> Cheers,
> Rafael
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150201/e3366cf6/attachment.html>
More information about the llvm-commits
mailing list