[PATCH] D69462: [DebugInfo]: Support for debug_loclists.dwo section in llvm and llvm-dwarfdump.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 23:55:53 PST 2019


SouraVX updated this revision to Diff 230381.
SouraVX added a comment.

Addressed and incorporated suggestions by David, Pavel. Thanks for this.

- Cleaned up / refactored code.
- Removed following test /files - dwarfdump-test-loclists-dwo.c, dwarfdump-test-loclists-dwo.dwo, dwarfdump-debug-loclists-dwo.test
- Considering a separate patch for llvm-dwarfdump parser for loclists.dwo, using / based on above files.




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

https://reviews.llvm.org/D69462

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
  llvm/include/llvm/MC/MCObjectFileInfo.h
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/test/CodeGen/X86/debug-loclists.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69462.230381.patch
Type: text/x-patch
Size: 12992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/a8b34b36/attachment.bin>


More information about the llvm-commits mailing list