This is an archive of the discontinued LLVM Phabricator instance.

ThinLTOBitcodeWriter: Include globals associated with type metadata globals in the merged module.
ClosedPublic

Authored by pcc on Jul 25 2019, 6:37 PM.

Details

Summary

Globals that are associated with globals with type metadata need to appear
in the merged module because they will reference the global's section directly.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Jul 25 2019, 6:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2019, 6:37 PM
This revision is now accepted and ready to land.Jul 29 2019, 7:11 AM
This revision was automatically updated to reflect the committed changes.