This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj/elf] - Report warnings instead of errors when dumping broken stack sizes sections.
ClosedPublic

Authored by grimar on Aug 28 2020, 6:49 AM.

Details

Summary

This replaces reportError calls with reportUniqueWarning and improves testing
for the code that is related to stack sizes dumping.

Diff Detail

Event Timeline

grimar created this revision.Aug 28 2020, 6:49 AM
Herald added a project: Restricted Project. · View Herald Transcript
grimar requested review of this revision.Aug 28 2020, 6:49 AM
jhenderson accepted this revision.Sep 1 2020, 2:03 AM

Looks good.

This revision is now accepted and ready to land.Sep 1 2020, 2:03 AM