OSDN Git Service

Turn LLVM_ENABLE_ABI_BREAKING_CHECKS into a 0/1 definition like
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 19:52:27 +0000 (19:52 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 30 Sep 2016 19:52:27 +0000 (19:52 +0000)
commit189d5c4135a387fb0d2469f1b9160d2843dc7c58
treeb2c7c0c9c608408da27e32e86a203b14f1877495
parent59fe6b08fafbfe4c6301d274fbd36c3be09604de
Turn LLVM_ENABLE_ABI_BREAKING_CHECKS into a 0/1 definition like
LLVM_ENABLE_THREADS. Include llvm-config.h explicitly in headers to make
sure that the definition is available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282907 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/EpochTracker.h
include/llvm/ADT/ilist_node_options.h
include/llvm/Config/config.h.cmake
include/llvm/Config/llvm-config.h.cmake
unittests/ADT/IListSentinelTest.cpp