This introduces the printRelocationsHelper() which now contains the common
code used by both GNU and LLVM output styles.
Depends on https://reviews.llvm.org/D83871
Differential D83935
[llvm-readobj] - Move out the common code from printRelocations() methods. grimar on Jul 16 2020, 2:37 AM. Authored by
Details This introduces the printRelocationsHelper() which now contains the common Depends on https://reviews.llvm.org/D83871
Diff Detail Event Timeline
Comment Actions
Comment Actions There was no new objections/comments for about 7 days after I got LGTM, so I've committed it as 08a265435bc359841c8618081db6a698cef1f668 (phab does not autocloses any reviews currently it seems). |
It seems to me like this pair of functions (and the equivalent LLVM pair) is unnecessary. You should be able to call printRelRelaReloc directly.