summaryrefslogtreecommitdiffstats
path: root/lib/clang/include/llvm/Config
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-01-26 18:48:27 +0000
committerdim <dim@FreeBSD.org>2015-01-26 18:48:27 +0000
commit2defe6edea991582536b2fa676bb09e9898dc72e (patch)
tree09495f08b4d4917aa63e4903b6e1daefa3fb2b46 /lib/clang/include/llvm/Config
parent26ab20c8dc70a806abf158a557db896c283ac441 (diff)
downloadFreeBSD-src-2defe6edea991582536b2fa676bb09e9898dc72e.zip
FreeBSD-src-2defe6edea991582536b2fa676bb09e9898dc72e.tar.gz
Update llvm and clang library and binary Makefiles for 3.6.0 rc1.
Diffstat (limited to 'lib/clang/include/llvm/Config')
-rw-r--r--lib/clang/include/llvm/Config/config.h9
-rw-r--r--lib/clang/include/llvm/Config/llvm-config.h5
2 files changed, 10 insertions, 4 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index 79c2825..8ff9ed8 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -545,11 +545,14 @@
#define LLVM_VERSION_MAJOR 3
/* Minor version of the LLVM API */
-#define LLVM_VERSION_MINOR 5
+#define LLVM_VERSION_MINOR 6
/* Patch version of the LLVM API */
#define LLVM_VERSION_PATCH 0
+/* LLVM version string */
+#define LLVM_VERSION_STRING "3.6.0"
+
/* The shared library extension */
#define LTDL_SHLIB_EXT ".so"
@@ -564,13 +567,13 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 3.5.1"
+#define PACKAGE_STRING "LLVM 3.6.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.5.1"
+#define PACKAGE_VERSION "3.6.0"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h
index 08da010..1fb23e2 100644
--- a/lib/clang/include/llvm/Config/llvm-config.h
+++ b/lib/clang/include/llvm/Config/llvm-config.h
@@ -92,6 +92,9 @@
#define LLVM_VERSION_MAJOR 3
/* Minor version of the LLVM API */
-#define LLVM_VERSION_MINOR 5
+#define LLVM_VERSION_MINOR 6
+
+/* LLVM version string */
+#define LLVM_VERSION_STRING "3.6.0"
#endif
OpenPOWER on IntegriCloud