This is an archive of the discontinued LLVM Phabricator instance.

remove Cmake option for LLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING
ClosedPublic

Authored by bob.wilson on Mar 3 2017, 8:32 AM.

Details

Reviewers
beanz
mehdi_amini
Summary

This is a follow-up to my change in r295090, which added support for disabling these checks selectively based on setting the preprocessor macro without relying on the Cmake setting. Swift has moved over to use that approach, so we can clean up here and remove the Cmake setting.

Diff Detail

Event Timeline

bob.wilson created this revision.Mar 3 2017, 8:32 AM
mehdi_amini accepted this revision.Mar 6 2017, 4:46 PM

I'm fine with this, I hope no one else started using it though...

This revision is now accepted and ready to land.Mar 6 2017, 4:46 PM
bob.wilson closed this revision.Mar 6 2017, 5:03 PM

All the more reason to clean this up now!
r297109