[all-commits] [llvm/llvm-project] 823117: [obj2yaml] - Rename `Group` to `GroupSection`. NFC.
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Wed Oct 7 07:14:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 82311766d993f730506cb82471d7349a380a5df7
https://github.com/llvm/llvm-project/commit/82311766d993f730506cb82471d7349a380a5df7
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2020-10-07 (Wed, 07 Oct 2020)
Changed paths:
M llvm/include/llvm/ObjectYAML/ELFYAML.h
M llvm/lib/ObjectYAML/ELFEmitter.cpp
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/tools/obj2yaml/elf2yaml.cpp
Log Message:
-----------
[obj2yaml] - Rename `Group` to `GroupSection`. NFC.
The `Group` class represents a group section and it is
named inconsistently with other sections which all has
the "Section" suffix. It is sometimes confusing,
this patch addresses the issue.
Differential revision: https://reviews.llvm.org/D88892
More information about the All-commits
mailing list