[PATCH] D37621: [llvm-readobj] - Refactor printGroupSections methods.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 05:39:09 PDT 2017
grimar created this revision.
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.
https://reviews.llvm.org/D37621
Files:
tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37621.114345.patch
Type: text/x-patch
Size: 5803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170908/d282a407/attachment.bin>
More information about the llvm-commits
mailing list