This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readelf/llvm-readobj] - Remove getSecTypeName() helper.
ClosedPublic

Authored by grimar on Dec 4 2019, 7:40 AM.

Details

Summary

We do not need it, we have
object::getELFSectionTypeName that can be used instead.

Diff Detail

Event Timeline

grimar created this revision.Dec 4 2019, 7:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 4 2019, 7:40 AM
This revision is now accepted and ready to land.Dec 4 2019, 7:56 AM
MaskRay accepted this revision.Dec 4 2019, 12:43 PM
This revision was automatically updated to reflect the committed changes.