[all-commits] [llvm/llvm-project] dd5549: [DWARFYAML] Make the opcode_base and the standard_...
Xing GUO via All-commits
all-commits at lists.llvm.org
Thu Oct 8 20:10:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dd554994729b6f97c0f3df3365b8b97a08d0a418
https://github.com/llvm/llvm-project/commit/dd554994729b6f97c0f3df3365b8b97a08d0a418
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-10-09 (Fri, 09 Oct 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/tools/yaml2obj/ELF/DWARF/debug-line.yaml
M llvm/tools/obj2yaml/dwarf2yaml.cpp
Log Message:
-----------
[DWARFYAML] Make the opcode_base and the standard_opcode_lengths fields optional.
This patch makes the opcode_base and the standard_opcode_lengths fields
of the line table optional. When both of them are not specified,
yaml2obj emits them according to the line table's version.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D88355
More information about the All-commits
mailing list