[PATCH] D87023: [DebugInfo] Fix emitting DWARF64 .debug_names sections (16/19).

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 06:23:03 PDT 2020


ikudrin created this revision.
ikudrin added reviewers: dblaikie, jhenderson, probinson, aprantl.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: ormris, hiraditya.
ikudrin requested review of this revision.

The patch fixes emitting the unit length field in the header of the table and offsets to the entry pool. Note that while the patch changes the common method to emit offsets, in fact, nothing is changed for Apple accelerator tables, because we do not yet support DWARF64 for those targets.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87023

Files:
  llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
  llvm/test/DebugInfo/X86/debug-names-dwarf64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87023.289428.patch
Type: text/x-patch
Size: 4226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200902/32f92e52/attachment.bin>


More information about the llvm-commits mailing list