This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Fix printing of aliases for distributed backend indexes
ClosedPublic

Authored by tejohnson on Jun 27 2018, 7:47 PM.

Details

Summary

When we import an alias (which will import a copy of the aliasee), but
aren't going to import the aliasee directly, the distributed backend
index will not contain the aliasee summary. Handle this in the summary
assembly printer by printing "null" as the aliasee.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson created this revision.Jun 27 2018, 7:47 PM
davidxl accepted this revision.Jul 2 2018, 9:37 AM

lgtm

This revision is now accepted and ready to land.Jul 2 2018, 9:37 AM
This revision was automatically updated to reflect the committed changes.