[all-commits] [llvm/llvm-project] 505ac2: [DWARFYAML] Make the ExtLen field of extended opco...
Xing GUO via All-commits
all-commits at lists.llvm.org
Wed Sep 23 23:20:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 505ac22f1a1ada261280d979862d8af541016f77
https://github.com/llvm/llvm-project/commit/505ac22f1a1ada261280d979862d8af541016f77
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-09-24 (Thu, 24 Sep 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 ExtLen field of extended opcodes optional.
This patch makes the 'ExtLen' field of extended opcodes optional. We
don't need to manually calculate it in the future.
Reviewed By: jhenderson, MaskRay
Differential Revision: https://reviews.llvm.org/D88136
More information about the All-commits
mailing list