Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 18 Jun 2015 04:07:12 +0000 (04:07 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 18 Jun 2015 04:07:12 +0000 (04:07 +0000)
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

include/llvm/Config/llvm-config.h.cmake
include/llvm/Config/llvm-config.h.in

index bb7dc067ea002e70ab77e27ca15e99a4dc45e2a9..e0f30678c0abdb30cabd04b25312df0581a63760 100644 (file)
 /* Installation directory for documentation */
 #cmakedefine LLVM_DOCSDIR "${LLVM_DOCSDIR}"
 
 /* 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
 
 /* Define if threads enabled */
 #cmakedefine01 LLVM_ENABLE_THREADS
 
 /* Define if we link Polly to the tools */
 #cmakedefine LINK_POLLY_INTO_TOOLS
 
 /* 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
 #endif
index 03e482ac175202602f4122bc60d1622389b290a0..2dd5d0af7b5853752afa50db39cce487eaf61300 100644 (file)
@@ -29,6 +29,9 @@
 /* Installation directory for documentation */
 #undef LLVM_DOCSDIR
 
 /* Installation directory for documentation */
 #undef LLVM_DOCSDIR
 
+/* Define to enable checks that alter the LLVM C++ ABI */
+#undef LLVM_ENABLE_ABI_BREAKING_CHECKS
+
 /* Define if threads enabled */
 #undef LLVM_ENABLE_THREADS
 
 /* Define if threads enabled */
 #undef LLVM_ENABLE_THREADS
 
 /* LLVM version string */
 #undef LLVM_VERSION_STRING
 
 /* LLVM version string */
 #undef LLVM_VERSION_STRING
 
-/* Define to enable checks that alter the LLVM C++ ABI */
-#undef LLVM_ENABLE_ABI_BREAKING_CHECKS
-
 #endif
 #endif