Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 20:24:10 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r343319 - in projects/clang800-import/lib/clang/include: clang/Basic clang/Config lld/Common llvm/Config llvm/Support
Message-ID:  <201901222024.x0MKOAXO037950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Tue Jan 22 20:24:10 2019
New Revision: 343319
URL: https://svnweb.freebsd.org/changeset/base/343319

Log:
  Now for the release_80 branch, update version numbers for llvm, clang
  and lld, and regenerate config headers.

Modified:
  projects/clang800-import/lib/clang/include/clang/Basic/Version.inc
  projects/clang800-import/lib/clang/include/clang/Config/config.h
  projects/clang800-import/lib/clang/include/lld/Common/Version.inc
  projects/clang800-import/lib/clang/include/llvm/Config/config.h
  projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h
  projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h

Modified: projects/clang800-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang800-import/lib/clang/include/clang/Basic/Version.inc	Tue Jan 22 20:18:32 2019	(r343318)
+++ projects/clang800-import/lib/clang/include/clang/Basic/Version.inc	Tue Jan 22 20:24:10 2019	(r343319)
@@ -8,4 +8,4 @@
 
 #define	CLANG_VENDOR			"FreeBSD "
 
-#define	SVN_REVISION			"351319"
+#define	SVN_REVISION			"351543"

Modified: projects/clang800-import/lib/clang/include/clang/Config/config.h
==============================================================================
--- projects/clang800-import/lib/clang/include/clang/Config/config.h	Tue Jan 22 20:18:32 2019	(r343318)
+++ projects/clang800-import/lib/clang/include/clang/Config/config.h	Tue Jan 22 20:24:10 2019	(r343319)
@@ -62,7 +62,7 @@
 #define CLANG_HAVE_RLIMITS 1
 
 /* The LLVM product name and version */
-#define BACKEND_PACKAGE_STRING "LLVM 8.0.0svn"
+#define BACKEND_PACKAGE_STRING "LLVM 8.0.0"
 
 /* Linker version detected at compile time. */
 /* #undef HOST_LINK_VERSION */

Modified: projects/clang800-import/lib/clang/include/lld/Common/Version.inc
==============================================================================
--- projects/clang800-import/lib/clang/include/lld/Common/Version.inc	Tue Jan 22 20:18:32 2019	(r343318)
+++ projects/clang800-import/lib/clang/include/lld/Common/Version.inc	Tue Jan 22 20:24:10 2019	(r343319)
@@ -7,4 +7,4 @@
 
 #define LLD_REPOSITORY_STRING "FreeBSD"
 // <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
-#define LLD_REVISION_STRING "351319-1300002"
+#define LLD_REVISION_STRING "351543-1300002"

Modified: projects/clang800-import/lib/clang/include/llvm/Config/config.h
==============================================================================
--- projects/clang800-import/lib/clang/include/llvm/Config/config.h	Tue Jan 22 20:18:32 2019	(r343318)
+++ projects/clang800-import/lib/clang/include/llvm/Config/config.h	Tue Jan 22 20:24:10 2019	(r343319)
@@ -330,10 +330,10 @@
 #define PACKAGE_NAME "LLVM"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 8.0.0svn"
+#define PACKAGE_STRING "LLVM 8.0.0"
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "8.0.0svn"
+#define PACKAGE_VERSION "8.0.0"
 
 /* Define to the vendor of this package. */
 /* #undef PACKAGE_VENDOR */

Modified: projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h
==============================================================================
--- projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h	Tue Jan 22 20:18:32 2019	(r343318)
+++ projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h	Tue Jan 22 20:24:10 2019	(r343319)
@@ -76,7 +76,7 @@
 #define LLVM_VERSION_PATCH 0
 
 /* LLVM version string */
-#define LLVM_VERSION_STRING "8.0.0svn"
+#define LLVM_VERSION_STRING "8.0.0"
 
 /* Whether LLVM records statistics for use with GetStatistics(),
  * PrintStatistics() or PrintStatisticsJSON()

Modified: projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h
==============================================================================
--- projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h	Tue Jan 22 20:18:32 2019	(r343318)
+++ projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h	Tue Jan 22 20:24:10 2019	(r343319)
@@ -1,2 +1,2 @@
 /* $FreeBSD$ */
-#define LLVM_REVISION "svn-r351319"
+#define LLVM_REVISION "svn-r351543"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901222024.x0MKOAXO037950>