[all-commits] [llvm/llvm-project] 006f6f: [DWARFYAML] Make the 'AddressSize', 'SegmentSelect...
Xing GUO via All-commits
all-commits at lists.llvm.org
Thu Jul 30 02:41:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 006f6f8ac6fe920e978f65d92bb44825833f2933
https://github.com/llvm/llvm-project/commit/006f6f8ac6fe920e978f65d92bb44825833f2933
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/DWARFYAML.h
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/DWARFYAML.cpp
M llvm/test/ObjectYAML/MachO/DWARF-debug_aranges.yaml
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml
Log Message:
-----------
[DWARFYAML] Make the 'AddressSize', 'SegmentSelectorSize' fields optional.
This patch makes the 'AddressSize' and 'SegmentSelectorSize' fields of
address range table optional.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D84907
More information about the All-commits
mailing list