This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] - Split the printHashSymbols. NFCI.
ClosedPublic

Authored by grimar on Jul 2 2020, 5:07 AM.

Details

Summary

This introduces printHashTableSymbols and
printGNUHashTableSymbols to split the printHashSymbols.

It makes the code more readable and consistent.

Rebased on top of D83037

Diff Detail

Event Timeline

grimar created this revision.Jul 2 2020, 5:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 2 2020, 5:07 AM
Herald added a subscriber: rupprecht. · View Herald Transcript
jhenderson accepted this revision.Jul 3 2020, 1:17 AM

LGTM, I think.

This revision is now accepted and ready to land.Jul 3 2020, 1:17 AM
MaskRay accepted this revision.Jul 3 2020, 5:00 PM
This revision was automatically updated to reflect the committed changes.