This is an archive of the discontinued LLVM Phabricator instance.

Pass a reference to a module to the bicode writer
ClosedPublic

Authored by espindola on Feb 14 2018, 9:28 AM.

Details

Summary

This simplifies most callers as they are already using references or std::unique_ptr.

Diff Detail

Event Timeline

espindola created this revision.Feb 14 2018, 9:28 AM
tejohnson accepted this revision.Feb 14 2018, 9:44 AM

LGTM thanks for the cleanup

This revision is now accepted and ready to land.Feb 14 2018, 9:44 AM
espindola closed this revision.Feb 19 2018, 7:56 AM