This is an archive of the discontinued LLVM Phabricator instance.

llvm-readobj: print COFF delay-load import table
ClosedPublic

Authored by ruiu on Oct 2 2014, 5:38 PM.

Details

Reviewers
majnemer
Summary

llvm-readobj: print COFF delay-load import table

This patch adds another iterator to access the delay-load import table
and use it from llvm-readobj.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 14362.Oct 2 2014, 5:38 PM
ruiu retitled this revision from to llvm-readobj: print COFF delay-load import table.
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.Oct 2 2014, 5:50 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 2 2014, 5:50 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r218933.