Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*.

FIXME: Could we unify the description of LLVM_ENABLE_ABI_BREAKING_CHECKS between *.in and *.cmake?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239986 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi
2015-06-18 04:07:12 +00:00
parent 40ccf16b92
commit 8c6343bf99
2 changed files with 7 additions and 7 deletions

View File

@@ -29,6 +29,10 @@
/* Installation directory for documentation */
#cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
/* Define if LLVM is built with asserts and checks that change the layout of
client-visible data structures. */
#cmakedefine LLVM_ENABLE_ABI_BREAKING_CHECKS
/* Define if threads enabled */
#cmakedefine01 LLVM_ENABLE_THREADS
@@ -101,8 +105,4 @@
/* Define if we link Polly to the tools */
#cmakedefine LINK_POLLY_INTO_TOOLS
/* Define if LLVM is built with asserts and checks that change the layout of
client-visible data structures. */
#cmakedefine LLVM_ENABLE_ABI_BREAKING_CHECKS
#endif