This is an archive of the discontinued LLVM Phabricator instance.

[NFC][ThinLTO] Change command line passing to EmbedBitcodeInModule
ClosedPublic

Authored by mtrofin on Oct 28 2020, 12:09 PM.

Details

Summary

Changing to pass by ref - less null checks to worry about.

Diff Detail

Event Timeline

mtrofin created this revision.Oct 28 2020, 12:09 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 28 2020, 12:09 PM
mtrofin requested review of this revision.Oct 28 2020, 12:09 PM
tejohnson accepted this revision.Oct 28 2020, 12:21 PM

lgtm except for the part that should go back into D90278 as noted below.

llvm/include/llvm/Bitcode/BitcodeWriter.h
166

The change of the parameter name and comment here should go back in D90278

This revision is now accepted and ready to land.Oct 28 2020, 12:21 PM
This revision was landed with ongoing or failed builds.Oct 28 2020, 12:33 PM
This revision was automatically updated to reflect the committed changes.