Reorder LLVM_ENABLE_ABI_BREAKING_CHECKS in llvm-config.h.*.
[oota-llvm.git] / include / llvm / Config / llvm-config.h.in
index 2d6add71a4e03240159893db4d23bb86f31b97fb..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
 
@@ -92,6 +95,9 @@
 /* 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