svn commit: r335813 - in head/lib/clang/include: clang/Basic clang/Config lld/Common llvm/Config

Dimitry Andric dim at FreeBSD.org
Sat Jun 30 10:04:46 UTC 2018


Author: dim
Date: Sat Jun 30 10:04:44 2018
New Revision: 335813
URL: https://svnweb.freebsd.org/changeset/base/335813

Log:
  Follow-up to r335799 (llvm/clang 6.0.1 update), by regenerating various
  headers with new version information defines.
  
  MFC after:	2 weeks
  X-MFC-With:	r335799

Modified:
  head/lib/clang/include/clang/Basic/Version.inc
  head/lib/clang/include/clang/Config/config.h
  head/lib/clang/include/lld/Common/Version.inc
  head/lib/clang/include/llvm/Config/config.h
  head/lib/clang/include/llvm/Config/llvm-config.h

Modified: head/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- head/lib/clang/include/clang/Basic/Version.inc	Sat Jun 30 04:30:08 2018	(r335812)
+++ head/lib/clang/include/clang/Basic/Version.inc	Sat Jun 30 10:04:44 2018	(r335813)
@@ -1,10 +1,10 @@
 /* $FreeBSD$ */
 
-#define	CLANG_VERSION			6.0.0
-#define	CLANG_VERSION_STRING		"6.0.0"
+#define	CLANG_VERSION			6.0.1
+#define	CLANG_VERSION_STRING		"6.0.1"
 #define	CLANG_VERSION_MAJOR		6
 #define	CLANG_VERSION_MINOR		0
-#define	CLANG_VERSION_PATCHLEVEL	0
+#define	CLANG_VERSION_PATCHLEVEL	1
 
 #define	CLANG_VENDOR			"FreeBSD "
 

Modified: head/lib/clang/include/clang/Config/config.h
==============================================================================
--- head/lib/clang/include/clang/Config/config.h	Sat Jun 30 04:30:08 2018	(r335812)
+++ head/lib/clang/include/clang/Config/config.h	Sat Jun 30 10:04:44 2018	(r335813)
@@ -56,7 +56,7 @@
 #define CLANG_HAVE_RLIMITS 1
 
 /* The LLVM product name and version */
-#define BACKEND_PACKAGE_STRING "LLVM 6.0.0"
+#define BACKEND_PACKAGE_STRING "LLVM 6.0.1"
 
 /* Linker version detected at compile time. */
 /* #undef HOST_LINK_VERSION */

Modified: head/lib/clang/include/lld/Common/Version.inc
==============================================================================
--- head/lib/clang/include/lld/Common/Version.inc	Sat Jun 30 04:30:08 2018	(r335812)
+++ head/lib/clang/include/lld/Common/Version.inc	Sat Jun 30 10:04:44 2018	(r335813)
@@ -1,7 +1,7 @@
 // $FreeBSD$
 
-#define LLD_VERSION 6.0.0
-#define LLD_VERSION_STRING "6.0.0"
+#define LLD_VERSION 6.0.1
+#define LLD_VERSION_STRING "6.0.1"
 #define LLD_VERSION_MAJOR 6
 #define LLD_VERSION_MINOR 0
 

Modified: head/lib/clang/include/llvm/Config/config.h
==============================================================================
--- head/lib/clang/include/llvm/Config/config.h	Sat Jun 30 04:30:08 2018	(r335812)
+++ head/lib/clang/include/llvm/Config/config.h	Sat Jun 30 10:04:44 2018	(r335813)
@@ -398,10 +398,10 @@
 #define LLVM_VERSION_MINOR 0
 
 /* Patch version of the LLVM API */
-#define LLVM_VERSION_PATCH 0
+#define LLVM_VERSION_PATCH 1
 
 /* LLVM version string */
-#define LLVM_VERSION_STRING "6.0.0"
+#define LLVM_VERSION_STRING "6.0.1"
 
 /* Define if libxml2 is supported on this platform. */
 /* #undef LLVM_LIBXML2_ENABLED */
@@ -416,13 +416,13 @@
 #define PACKAGE_NAME "LLVM"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 6.0.0"
+#define PACKAGE_STRING "LLVM 6.0.1"
 
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "6.0.0"
+#define PACKAGE_VERSION "6.0.1"
 
 /* Define to the vendor of this package. */
 /* #undef PACKAGE_VENDOR */

Modified: head/lib/clang/include/llvm/Config/llvm-config.h
==============================================================================
--- head/lib/clang/include/llvm/Config/llvm-config.h	Sat Jun 30 04:30:08 2018	(r335812)
+++ head/lib/clang/include/llvm/Config/llvm-config.h	Sat Jun 30 10:04:44 2018	(r335813)
@@ -73,9 +73,9 @@
 #define LLVM_VERSION_MINOR 0
 
 /* Patch version of the LLVM API */
-#define LLVM_VERSION_PATCH 0
+#define LLVM_VERSION_PATCH 1
 
 /* LLVM version string */
-#define LLVM_VERSION_STRING "6.0.0"
+#define LLVM_VERSION_STRING "6.0.1"
 
 #endif


More information about the svn-src-head mailing list