This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] - Remove code duplication when printing dynamic relocations. NFCI.
ClosedPublic

Authored by grimar on Sep 3 2020, 6:39 AM.

Details

Summary

LLVM style code can be simplified to avoid the duplication of logic
related to printing dynamic relocations.

Depends on D87087

Diff Detail

Event Timeline

grimar created this revision.Sep 3 2020, 6:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2020, 6:39 AM
Herald added a subscriber: rupprecht. · View Herald Transcript
grimar requested review of this revision.Sep 3 2020, 6:39 AM
This revision is now accepted and ready to land.Sep 4 2020, 12:48 AM
MaskRay accepted this revision.Sep 4 2020, 8:38 AM