[PATCH] D53365: [Codegen] - Implement basic .debug_loclists section emission (DWARF5).

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 17 03:59:16 PDT 2018


grimar created this revision.
grimar added reviewers: dblaikie, aprantl, echristo, probinson.
Herald added a subscriber: JDevlieghere.
grimar added a dependency: D53364: [llvm-dwarfdump] - Add the support of parsing .debug_loclists..

`.debug_loclists` is the DWARF 5 version of the `.debug_loc`.
With that patch, it will be emitted when DWARF 5 is used.


https://reviews.llvm.org/D53365

Files:
  include/llvm/MC/MCObjectFileInfo.h
  lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  lib/CodeGen/AsmPrinter/DwarfFile.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.h
  lib/MC/MCObjectFileInfo.cpp
  test/CodeGen/X86/debug-loclists.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53365.169984.patch
Type: text/x-patch
Size: 22282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181017/e6050cd6/attachment.bin>


More information about the llvm-commits mailing list