[PATCH] D81528: [DWARFYAML] Add support for emitting DWARF64 .debug_aranges section.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 21:29:44 PDT 2020


Higuoxing created this revision.
Higuoxing added reviewers: jhenderson, grimar, MaskRay.
Herald added subscribers: llvm-commits, hiraditya, aprantl, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

The `debug_info_offset`(`CuOffset`) should be 64-bit width rather than 32-bit width in DWARF64 .debug_aranges section. This patch helps resolve it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81528

Files:
  llvm/lib/ObjectYAML/DWARFEmitter.cpp
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81528.269728.patch
Type: text/x-patch
Size: 8057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200610/07617b74/attachment-0001.bin>


More information about the llvm-commits mailing list