<div dir="ltr">No need for "LTParams(), " in the MCAssembler ctor, is there?<br><br>Is the '+' needed here "+Params.DWARF2LineOpcodeBase - 1" ?<br><br>There's some unrelated formatting changes (forceExpAbs?) that could be removed.<br><br>& I guess this has been run through clang-format?</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 6, 2015 at 3:11 PM, Frédéric Riss <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
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.<br>
<br>
<br><br>
<br>
Fred <br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>