diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-10-24 23:58:44 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-24 23:58:44 +0000 |
commit | fa2455723d00587c4478ac876cf5a824d5394cc5 (patch) | |
tree | 17a3a47f2eb8213d73e3940f938afc62e690f059 /include | |
parent | e751d8f6bf3578fe0bf9d97ec0b2cc4c6a168f7a (diff) | |
download | klee-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')
-rw-r--r-- | include/klee/Config/config.h.in | 9 |
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 |