This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy][NFC] Add a helper method RelocationSectionBase::getPrefix()
ClosedPublic

Authored by ikudrin on Sep 23 2021, 10:44 AM.

Diff Detail

Event Timeline

ikudrin created this revision.Sep 23 2021, 10:44 AM
ikudrin requested review of this revision.Sep 23 2021, 10:44 AM
MaskRay accepted this revision.Sep 23 2021, 4:20 PM

Thanks!

This revision is now accepted and ready to land.Sep 23 2021, 4:20 PM
jhenderson accepted this revision.Sep 24 2021, 12:05 AM

LGTM, with one suggestion.

llvm/tools/llvm-objcopy/ELF/Object.h
748

Perhaps getNamePrefix for complete clarity on the function's purpose.

This revision was landed with ongoing or failed builds.Sep 24 2021, 8:03 AM
This revision was automatically updated to reflect the committed changes.