[PATCH] D72900: [DebugInfo] Support 64-bit DWARF for .debug_names.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 05:17:31 PST 2020


ikudrin updated this revision to Diff 240532.
ikudrin added a comment.

- Avoid the quirky "- 4" by using `StartingOffset`.

@dblaikie, what do you think about this variant?


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

https://reviews.llvm.org/D72900

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  llvm/lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  llvm/test/DebugInfo/X86/dwarfdump-debug-names.s
  llvm/unittests/DebugInfo/DWARF/CMakeLists.txt
  llvm/unittests/DebugInfo/DWARF/DWARFAcceleratorTableTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72900.240532.patch
Type: text/x-patch
Size: 13356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/19fc0103/attachment.bin>


More information about the llvm-commits mailing list