This is an archive of the discontinued LLVM Phabricator instance.

Put ABI breaking test in Error checking behind LLVM_ENABLE_ABI_BREAKING_CHECKS
ClosedPublic

Authored by mehdi_amini on Nov 15 2016, 2:12 PM.

Details

Summary

This macro is supposed to be the one controlling the compatibility
of ABI breaks induced when enabling or disabling assertions in LLVM.

The macro is enabled by default in assertions build, so this commit
won't disable the tests.

Diff Detail

Repository
rL LLVM

Event Timeline

mehdi_amini retitled this revision from to Put ABI breaking test in Error checking behind LLVM_ENABLE_ABI_BREAKING_CHECKS.
mehdi_amini updated this object.
mehdi_amini added a reviewer: lhames.
mehdi_amini added a subscriber: llvm-commits.
lhames edited edge metadata.Nov 28 2016, 2:39 PM

LGTM. Thanks Mehdi!

lhames accepted this revision.Nov 28 2016, 2:39 PM
lhames edited edge metadata.
This revision is now accepted and ready to land.Nov 28 2016, 2:39 PM
This revision was automatically updated to reflect the committed changes.