OSDN Git Service

Put ABI breaking test in Error checking behind LLVM_ENABLE_ABI_BREAKING_CHECKS
authorMehdi Amini <mehdi.amini@apple.com>
Mon, 28 Nov 2016 22:57:11 +0000 (22:57 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Mon, 28 Nov 2016 22:57:11 +0000 (22:57 +0000)
commitc3402f3fd55c7c69f93e53e76e063f0f6eab27aa
tree2ec7f3699b5c72b99371bf5eeec7f747bced3cef
parent2431dc27202c2ec185220133f58a39dd438a1fba
Put ABI breaking test in Error checking behind LLVM_ENABLE_ABI_BREAKING_CHECKS

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.

Differential Revision: https://reviews.llvm.org/D26700

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288087 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Error.h