summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Config/llvm-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Config/llvm-config.h.in')
-rw-r--r--llvm/include/llvm/Config/llvm-config.h.in6
1 files changed, 3 insertions, 3 deletions
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