This is an archive of the discontinued LLVM Phabricator instance.

Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.
ClosedPublic

Authored by pcc on Nov 10 2016, 7:56 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 77591.Nov 10 2016, 7:56 PM
pcc retitled this revision from to Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected..
pcc updated this object.
pcc added a reviewer: mehdi_amini.
pcc added a subscriber: llvm-commits.
pcc updated this revision to Diff 77592.Nov 10 2016, 8:00 PM
  • Remove unused function
mehdi_amini accepted this revision.Nov 10 2016, 10:37 PM
mehdi_amini edited edge metadata.

Thanks for the cleanup!

This revision is now accepted and ready to land.Nov 10 2016, 10:37 PM
This revision was automatically updated to reflect the committed changes.