[PATCH] D83040: [llvm-readobj] - Split the printHashSymbols. NFCI.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 05:20:44 PDT 2020
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added a subscriber: rupprecht.
Herald added a project: LLVM.
grimar added a parent revision: D83037: [llvm-readobj] - Fix a crash scenario in GNUStyle<ELFT>::printHashSymbols()..
This introduces `printHashTableSymbols` and
`printGNUHashTableSymbols` to split the `printHashSymbols`.
It makes the code more readable and consistent.
Rebased on top of D83037 <https://reviews.llvm.org/D83037>
https://reviews.llvm.org/D83040
Files:
llvm/tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83040.275070.patch
Type: text/x-patch
Size: 6686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200702/75e6860c/attachment.bin>
More information about the llvm-commits
mailing list