This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readelf/obj] - Report a warning when the value of the DT_PLTREL dynamic tag is invalid.
ClosedPublic

Authored by grimar on Nov 25 2020, 3:08 AM.

Details

Summary

We report an error for unknown DT_PLTREL values.
This switches the error to warning.

Diff Detail

Event Timeline

grimar created this revision.Nov 25 2020, 3:08 AM
Herald added a project: Restricted Project. · View Herald Transcript
grimar requested review of this revision.Nov 25 2020, 3:08 AM
MaskRay accepted this revision.Nov 25 2020, 11:01 AM

Thanks!

This revision is now accepted and ready to land.Nov 25 2020, 11:01 AM
jhenderson accepted this revision.Nov 26 2020, 12:19 AM

LGTM too.