OSDN Git Service

Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG
authorMehdi Amini <mehdi.amini@apple.com>
Tue, 29 Nov 2016 20:45:48 +0000 (20:45 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Tue, 29 Nov 2016 20:45:48 +0000 (20:45 +0000)
commitfa5f3d188d6db764ee4e90ef47200fce48233cfd
tree912f2a8f3a7062be45e1db2fd61181cc601d01d0
parente6480e2add92580bb9016e26e3c35919849476a6
Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG

This is consistent with the header (after r288087) and fixes the
test for the configuration:
  -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ABI_BREAKING_CHECKS=FORCE_OFF

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288196 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/ErrorTest.cpp