[PATCH] D42720: [CodeGen] Use assembler expressions to lay out the EH LSDA

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


rprichard updated this revision to Diff 133304.
rprichard edited the summary of this revision.
rprichard added a comment.

Remove the AsmPrinter::EmitPaddedULEB128 and
MCStreamer::EmitPaddedULEB128IntValue functions, which are now unused.

Fixup comments above MCStreamer::Emit[US]LEB128IntValue.


Repository:
  rL LLVM

https://reviews.llvm.org/D42720

Files:
  include/llvm/CodeGen/AsmPrinter.h
  include/llvm/MC/MCObjectStreamer.h
  include/llvm/MC/MCStreamer.h
  lib/CodeGen/AsmPrinter/ARMException.cpp
  lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  lib/CodeGen/AsmPrinter/DwarfException.h
  lib/CodeGen/AsmPrinter/EHStreamer.cpp
  lib/CodeGen/AsmPrinter/EHStreamer.h
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCObjectStreamer.cpp
  lib/MC/MCStreamer.cpp
  test/CodeGen/ARM/ehabi-handlerdata-nounwind.ll
  test/CodeGen/ARM/ehabi-handlerdata.ll
  test/CodeGen/X86/eh-unknown.ll
  test/CodeGen/X86/patchpoint-invoke.ll
  test/CodeGen/XCore/exception.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42720.133304.patch
Type: text/x-patch
Size: 24716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/744ddd45/attachment-0001.bin>


More information about the llvm-commits mailing list