This refactors GNUStyle<ELFT>::printGroupSections and
LLVMStyle<ELFT>::printGroupSections to split out all
duplicated code.
After the change these methods just prints the data provided
by introduced getGroups in a corresponding LLVM/GNU format.
Paths
| Differential D37621
[llvm-readobj] - Refactor printGroupSections methods. ClosedPublic Authored by grimar on Sep 8 2017, 5:39 AM.
Details
Summary This refactors GNUStyle<ELFT>::printGroupSections and After the change these methods just prints the data provided
Diff Detail
Event TimelineClosed by commit rL313234: [llvm-readobj] - Refactor printGroupSections methods. (authored by grimar). · Explain WhySep 14 2017, 12:18 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 115174 llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
|