This is an archive of the discontinued LLVM Phabricator instance.

Remove 'abi-breaking-checks' lit feature.
ClosedPublic

Authored by thakis on May 8 2018, 6:44 PM.

Details

Summary

Its only two uses were removed in r311730.

Effectively reverts r304851 (but that code has removed around a bit since then).

Diff Detail

Event Timeline

thakis created this revision.May 8 2018, 6:44 PM
mgrang accepted this revision.May 8 2018, 6:52 PM

LGTM. r311730 was initially based on ABI_BREAKING_CHECKS but according to review comments, it seemed better w/o that check. So abi-breaking ended up being never used. I think we can safely remove this.

This revision is now accepted and ready to land.May 8 2018, 6:52 PM
thakis closed this revision.May 9 2018, 5:43 AM

r331872, thanks!