[all-commits] [llvm/llvm-project] bfa140: [DWARFYAML] Make the field names consistent with t...
Xing GUO via All-commits
all-commits at lists.llvm.org
Wed Jul 29 08:12:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bfa140376df89eea4e984ad983b1809f60187b7e
https://github.com/llvm/llvm-project/commit/bfa140376df89eea4e984ad983b1809f60187b7e
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M llvm/lib/ObjectYAML/DWARFYAML.cpp
M llvm/test/ObjectYAML/MachO/DWARF-debug_aranges.yaml
M llvm/test/ObjectYAML/MachO/DWARF-debug_info.yaml
M llvm/test/ObjectYAML/MachO/DWARF-debug_line.yaml
M llvm/test/ObjectYAML/MachO/DWARF5-debug_info.yaml
M llvm/test/tools/llvm-gsymutil/ARM_AArch64/fat-macho-dwarf.yaml
M llvm/test/tools/llvm-gsymutil/X86/mach-dwarf.yaml
M llvm/test/tools/obj2yaml/MachO/DWARF-debug_aranges-error.yaml
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml
Log Message:
-----------
[DWARFYAML] Make the field names consistent with the DWARF spec. NFC.
This patch replaces 'AddrSize'/'SegSize' with
'AddressSize'/'SegmentSelectorSize'. NFC.
More information about the All-commits
mailing list