[PATCH] D96409: [debug-info] refactor emitDwarfUnitLength

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 21:55:07 PST 2021


shchenz updated this revision to Diff 325154.
shchenz added a comment.

1: add symbol prefix as a parameter of `emitDwarfUnitLength`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96409

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/MCStreamer.cpp
  llvm/test/DebugInfo/X86/dwarf-pubnames-split.ll
  llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp
  llvm/unittests/CodeGen/TestAsmPrinter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96409.325154.patch
Type: text/x-patch
Size: 12657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210220/f805b671/attachment-0001.bin>


More information about the llvm-commits mailing list