summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-18 04:07:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-18 04:07:12 +0000
commita0d6f15cee86ca02c8701d4284b4c21ac161e8f1 (patch)
tree33b662936c41d31c569a50d0820d25da7d2ab4cd
parent66afb72e2a4965fa9f72a8d7abdd5e359c91ee06 (diff)
downloadbcm5719-llvm-a0d6f15cee86ca02c8701d4284b4c21ac161e8f1.tar.gz
bcm5719-llvm-a0d6f15cee86ca02c8701d4284b4c21ac161e8f1.zip
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? llvm-svn: 239986
-rw-r--r--llvm/include/llvm/Config/llvm-config.h.cmake8
-rw-r--r--llvm/include/llvm/Config/llvm-config.h.in6
2 files changed, 7 insertions, 7 deletions
diff --git a/llvm/include/llvm/Config/llvm-config.h.cmake b/llvm/include/llvm/Config/llvm-config.h.cmake
index bb7dc067ea0..e0f30678c0a 100644
--- a/llvm/include/llvm/Config/llvm-config.h.cmake
+++ b/llvm/include/llvm/Config/llvm-config.h.cmake
@@ -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
diff --git a/llvm/include/llvm/Config/llvm-config.h.in b/llvm/include/llvm/Config/llvm-config.h.in
index 03e482ac175..2dd5d0af7b5 100644
--- a/llvm/include/llvm/Config/llvm-config.h.in
+++ b/llvm/include/llvm/Config/llvm-config.h.in
@@ -29,6 +29,9 @@
/* 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
@@ -98,7 +101,4 @@
/* LLVM version string */
#undef LLVM_VERSION_STRING
-/* Define to enable checks that alter the LLVM C++ ABI */
-#undef LLVM_ENABLE_ABI_BREAKING_CHECKS
-
#endif
OpenPOWER on IntegriCloud