[all-commits] [llvm/llvm-project] b7d5d1: [DWARFYAML] Replace InitialLength with Format and ...
Xing GUO via All-commits
all-commits at lists.llvm.org
Thu Aug 13 03:39:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b7d5d1ec64340fc38fe1c7416814b9369ed1a818
https://github.com/llvm/llvm-project/commit/b7d5d1ec64340fc38fe1c7416814b9369ed1a818
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-08-13 (Thu, 13 Aug 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_line.yaml
M llvm/test/ObjectYAML/MachO/DWARF-pubsections.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/yaml2obj/ELF/DWARF/debug-gnu-pubnames.yaml
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-gnu-pubtypes.yaml
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-pubnames.yaml
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-pubtypes.yaml
M llvm/tools/obj2yaml/dwarf2yaml.cpp
M llvm/unittests/ObjectYAML/DWARFYAMLTest.cpp
Log Message:
-----------
[DWARFYAML] Replace InitialLength with Format and Length. NFC.
This change replaces the InitialLength of pub-tables with Format and
Length. All the InitialLength fields have been removed.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D85880
More information about the All-commits
mailing list