[PATCH] D95998: [Debug-Info] [NFC] use emitDwarfUnitLength to handle debug line section unit length field

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 21:41:01 PST 2021


shchenz updated this revision to Diff 322588.
shchenz retitled this revision from "[Debug-Info] [NFC] move emit debug line unit length to MCStreamer class" to "[Debug-Info] [NFC] use emitDwarfUnitLength to handle debug line section unit length field".
shchenz edited the summary of this revision.
shchenz added a comment.

1: use emitDwarfUnitLength for debug line too


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95998/new/

https://reviews.llvm.org/D95998

Files:
  llvm/include/llvm/CodeGen/AsmPrinter.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
  llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp
  llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/MC/MCDwarf.cpp
  llvm/lib/MC/MCStreamer.cpp
  llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95998.322588.patch
Type: text/x-patch
Size: 7328 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/73cdd259/attachment-0001.bin>


More information about the llvm-commits mailing list