This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Augment FunctionImport dump with value name to GUID map
ClosedPublic

Authored by tejohnson on Mar 29 2016, 8:22 AM.

Details

Summary

To aid in debugging, dump out the correlation between value names and
GUID for each source module when it is materialized. This will make it
easier to comprehend the earlier summary-based function importing debug
trace which only has access to and prints the GUIDs.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson updated this revision to Diff 51921.Mar 29 2016, 8:22 AM
tejohnson retitled this revision from to [ThinLTO] Augment FunctionImport dump with value name to GUID map.
tejohnson updated this object.
tejohnson added a reviewer: mehdi_amini.
tejohnson added a subscriber: llvm-commits.
mehdi_amini accepted this revision.Apr 1 2016, 11:55 AM
mehdi_amini edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 1 2016, 11:55 AM
This revision was automatically updated to reflect the committed changes.