This is an archive of the discontinued LLVM Phabricator instance.

IPO: Const correctness for summaries passed into passes.
ClosedPublic

Authored by pcc on Mar 21 2017, 6:27 PM.

Details

Summary

Pass const qualified summaries into importers and unqualified summaries into
exporters. This lets us const-qualify the summary argument to thinBackend.

Depends on D31226

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Mar 21 2017, 6:27 PM
This revision is now accepted and ready to land.Mar 21 2017, 8:06 PM
This revision was automatically updated to reflect the committed changes.