about summary refs log tree commit diff homepage
path: root/include/klee/Config
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-24 23:58:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-24 23:58:44 +0000
commitfa2455723d00587c4478ac876cf5a824d5394cc5 (patch)
tree17a3a47f2eb8213d73e3940f938afc62e690f059 /include/klee/Config
parente751d8f6bf3578fe0bf9d97ec0b2cc4c6a168f7a (diff)
downloadklee-fa2455723d00587c4478ac876cf5a824d5394cc5.tar.gz
Regenerate configure.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@85023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/klee/Config')
-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