[PATCH] D75172: [obj2yaml] - Split sections dumping to a new ELFDumper<ELFT>::dumpSections() method.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 06:14:16 PST 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a project: LLVM.
grimar added a comment.

(This helps to simplify another patch I am working on).


ELFDumper<ELFT>::dump() is too large and deserves splitting.


https://reviews.llvm.org/D75172

Files:
  llvm/tools/obj2yaml/elf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75172.246694.patch
Type: text/x-patch
Size: 6249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/dd5c2c19/attachment.bin>


More information about the llvm-commits mailing list