This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] - Remove unwrapOrError calls from GNUStyle<ELFT>::printRelocations.
ClosedPublic

Authored by grimar on Aug 13 2020, 3:45 AM.

Details

Summary

This fixes existent FIXMEs: we should not error out when unable to
find the number of relocations.

Diff Detail

Event Timeline

grimar created this revision.Aug 13 2020, 3:45 AM
Herald added a project: Restricted Project. · View Herald Transcript
grimar requested review of this revision.Aug 13 2020, 3:45 AM
grimar edited the summary of this revision. (Show Details)
MaskRay accepted this revision.Aug 13 2020, 9:29 PM

LGTM.

This revision is now accepted and ready to land.Aug 13 2020, 9:29 PM
jhenderson accepted this revision.Aug 14 2020, 12:49 AM

LGTM too.