[all-commits] [llvm/llvm-project] bbb057: [DWARFYAML] Replace 'Format', 'Version', etc with ...
Xing GUO via All-commits
all-commits at lists.llvm.org
Fri Jul 24 01:55:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bbb057c49a12ad4bc6f5c50980c7c58f69fa6bc0
https://github.com/llvm/llvm-project/commit/bbb057c49a12ad4bc6f5c50980c7c58f69fa6bc0
Author: Xing GUO <higuoxing at gmail.com>
Date: 2020-07-24 (Fri, 24 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/tools/obj2yaml/dwarf2yaml.cpp
Log Message:
-----------
[DWARFYAML] Replace 'Format', 'Version', etc with 'FormParams'. NFC.
This patch replaces 'Format', 'Version' fields, etc with 'FormParams' to
simplify codes.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D84496
More information about the All-commits
mailing list