This is an archive of the discontinued LLVM Phabricator instance.

libObject: add a function to get pointers to relocation table entries
ClosedPublic

Authored by ruiu on Jun 24 2015, 5:07 PM.

Details

Reviewers
majnemer
Summary

I need this function for LLD.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 28425.Jun 24 2015, 5:07 PM
ruiu retitled this revision from to libObject: add a function to get pointers to relocation table entries.
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: majnemer.
ruiu added a subscriber: Unknown Object (MLST).
majnemer accepted this revision.Jun 24 2015, 5:10 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 24 2015, 5:10 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r240610.