This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Add importing stats to thin link
ClosedPublic

Authored by tejohnson on Oct 16 2018, 12:24 PM.

Details

Summary

Previously we could only get the number of imported functions and
variables from the backend. This adds stats to the thin link where the
importing is decided.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Oct 16 2018, 12:24 PM
wmi accepted this revision.Oct 16 2018, 4:47 PM
This revision is now accepted and ready to land.Oct 16 2018, 4:47 PM
This revision was automatically updated to reflect the committed changes.