[PATCH][MC/Dwarf] Allow to specify custom parameters for linetable emission.

Frédéric Riss via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 15:11:05 PDT 2015


Hi,

The attached patch (based on a patch from Adrian), allows to customize the encoding of the Dwarf line tables emitted by MC. llvm-dsymutil has be able to recreate line tables that were created by other compilers and that do not necessarily use the same settings. The patch is really mechanical just threading a new word-sized MCDwarfLineTableParams trust through he linetable routines. The patch is NFC wrt current uses.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: MC-dwarflinetable-params.patch
Type: application/octet-stream
Size: 17104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150806/a7aaa134/attachment.obj>
-------------- next part --------------


Fred 


More information about the llvm-commits mailing list