about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/klee/Config/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in
index ef41d786..6d690d24 100644
--- a/include/klee/Config/config.h.in
+++ b/include/klee/Config/config.h.in
@@ -42,6 +42,15 @@
 /* Path to KLEE's uClibc */
 #undef KLEE_UCLIBC
 
+/* LLVM version is release (instead of development) */
+#undef LLVM_IS_RELEASE
+
+/* LLVM major version number */
+#undef LLVM_VERSION_MAJOR
+
+/* LLVM minor version number */
+#undef LLVM_VERSION_MINOR
+
 /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT