]> granicus.if.org Git - llvm/commit
[DWARF] Basic support for producing DWARFv5 .debug_addr section
authorVictor Leschuk <vleschuk@accesssoftek.com>
Wed, 1 Aug 2018 05:48:06 +0000 (05:48 +0000)
committerVictor Leschuk <vleschuk@accesssoftek.com>
Wed, 1 Aug 2018 05:48:06 +0000 (05:48 +0000)
commit6f455447cbb06f4d0fbe62966c90fcc592372658
tree535e2d42a1011cc68fbb704370305f2bcb1ed13d
parentd967b3d2e7f70adb3702ecf0ab43cf2f0a53fc12
[DWARF] Basic support for producing DWARFv5 .debug_addr section

This revision implements support for generating DWARFv5 .debug_addr section.
The implementation is pretty straight-forward: we just check the dwarf version
and emit section header if needed.

Reviewers: aprantl, dblaikie, probinson

Reviewed by: dblaikie

Differential Revision: https://reviews.llvm.org/D50005

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338487 91177308-0d34-0410-b5e6-96231b3b80d8
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 [new file with mode: 0644]