[PATCH] Emit DWARF info for all code section in an assembly file

David Blaikie dblaikie at gmail.com
Tue Feb 4 09:21:03 PST 2014


This might be easier to review on Phabricator.

There's some small things like 'else after return' in a few places. Use of
standard containers where some of LLVM's custom containers might be better
suited, etc.

Also - I suspect this would be easier to review if it were a little more
incremental - would it be possible to, for example, split out the ranges
support into a follow-up patch? (and/or any other parts of this change so
that it'd be smaller more targeted/reviewable chunks)


On Tue, Feb 4, 2014 at 7:10 AM, Oliver Stannard <oliver.stannard at arm.com>wrote:

> Hi,
>
> Currently, when using llvm as an assembler, DWARF debug information is only
> generated for the .text section. This patch modifies this so that DWARF
> info
> is emitted for all executable sections.
>
> Oliver
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140204/f2f24b19/attachment.html>


More information about the llvm-commits mailing list