[PATCH] D26700: Put ABI breaking test in Error checking behind LLVM_ENABLE_ABI_BREAKING_CHECKS

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 14:13:00 PST 2016


mehdi_amini created this revision.
mehdi_amini added a reviewer: lhames.
mehdi_amini added a subscriber: llvm-commits.

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.


https://reviews.llvm.org/D26700

Files:
  llvm/include/llvm/Support/Error.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26700.78075.patch
Type: text/x-patch
Size: 3647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161115/fd8568f0/attachment.bin>


More information about the llvm-commits mailing list