[PATCH] D42720: [CodeGen] Switch non-SJLJ EH encoding to uleb128

Ryan Prichard via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 14:27:13 PST 2018


On Wed, Feb 7, 2018 at 9:49 AM, Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:

> With this change AsmPrinter::EmitPaddedULEB128 is dead, please delete
> it.
>

I noticed that MCStreamer::EmitPaddedULEB128IntValue was also dead, so I
removed both it and AsmPrinter::EmitPaddedULEB128.

-Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/679fed45/attachment.html>


More information about the llvm-commits mailing list