summaryrefslogtreecommitdiffstats
path: root/lib/clang/include/llvm/Config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/include/llvm/Config/config.h')
-rw-r--r--lib/clang/include/llvm/Config/config.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index 92d51c1..bae066c 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -146,9 +146,6 @@
/* Define if libedit is available on this platform. */
#define HAVE_LIBEDIT 1
-/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
-/* #undef HAVE_LIBIMAGEHLP */
-
/* Define to 1 if you have the `m' library (-lm). */
#define HAVE_LIBM 1
@@ -511,7 +508,7 @@
#define LLVM_VERSION_PATCH 0
/* LLVM version string */
-#define LLVM_VERSION_STRING "3.7.0svn"
+#define LLVM_VERSION_STRING "3.7.0"
/* The shared library extension */
#define LTDL_SHLIB_EXT ".so"
@@ -527,13 +524,13 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 3.7.0svn"
+#define PACKAGE_STRING "LLVM 3.7.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "llvm"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.7.0svn"
+#define PACKAGE_VERSION "3.7.0"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
OpenPOWER on IntegriCloud