[all-commits] [llvm/llvm-project] 502a2a: [DWARFYAML] Add support for emitting DWARF64 .debu...
Xing GUO via All-commits
all-commits at lists.llvm.org
Wed Jun 10 17:31:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 502a2a80c2bfcfffe41356c9c35e1aaecea57ef0
https://github.com/llvm/llvm-project/commit/502a2a80c2bfcfffe41356c9c35e1aaecea57ef0
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml
Log Message:
-----------
[DWARFYAML] Add support for emitting DWARF64 .debug_aranges section.
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.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D81528
More information about the All-commits
mailing list