This is an archive of the discontinued LLVM Phabricator instance.

Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.
ClosedPublic

Authored by pcc on Mar 31 2017, 7:19 PM.

Details

Summary

Support for writing this module code was removed in r73220, which was well
before the LLVM 3.0 release, so we do not need to be able to understand it
for backwards compatibility.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Mar 31 2017, 7:19 PM
mehdi_amini accepted this revision.Mar 31 2017, 8:37 PM

I trust you on checking the branching point for 3.0 ;)

This revision is now accepted and ready to land.Mar 31 2017, 8:37 PM
This revision was automatically updated to reflect the committed changes.