Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*.
[oota-llvm.git] / include / llvm / Config / llvm-config.h.in
index 5656240eb127c4fca9796f75a6a61912878de85b..2dd5d0af7b5853752afa50db39cce487eaf61300 100644 (file)
@@ -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
 
 /* Minor version of the LLVM API */
 #undef LLVM_VERSION_MINOR
 
+/* Patch version of the LLVM API */
+#undef LLVM_VERSION_PATCH
+
+/* LLVM version string */
+#undef LLVM_VERSION_STRING
+
 #endif