[PATCH] D50005: [DWARF] Basic support for producing DWARFv5 .debug_addr section

Victor Leschuk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 23:14:47 PDT 2018


vleschuk updated this revision to Diff 158173.
vleschuk marked 2 inline comments as done.
vleschuk added a comment.

- Adopted producer test to match recent changes (got rid of "params" from "Addr Section params" message).
- Removed explicit return from test sample
- Moved header emission to AddressPool class


https://reviews.llvm.org/D50005

Files:
  lib/CodeGen/AsmPrinter/AddressPool.cpp
  lib/CodeGen/AsmPrinter/AddressPool.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfDebug.h
  test/DebugInfo/X86/debug_addr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50005.158173.patch
Type: text/x-patch
Size: 6053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180731/2be7a8ac/attachment.bin>


More information about the llvm-commits mailing list