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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81528
[DWARFYAML] Add support for emitting DWARF64 .debug_aranges section. ClosedPublic Authored by Higuoxing on Jun 9 2020, 9:07 PM.
Details Summary 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 10 2020, 2:31 AM Closed by commit rG502a2a80c2bf: [DWARFYAML] Add support for emitting DWARF64 .debug_aranges section. (authored by Higuoxing). · Explain WhyJun 10 2020, 5:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 270011 llvm/lib/ObjectYAML/DWARFEmitter.cpp
llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml
|