Now for the release_80 branch, update version numbers for llvm, clang

and lld, and regenerate config headers.
This commit is contained in:
Dimitry Andric 2019-01-22 20:24:10 +00:00
parent 7570aff4a0
commit af44a0113e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang800-import/; revision=343319
6 changed files with 7 additions and 7 deletions

View File

@ -8,4 +8,4 @@
#define CLANG_VENDOR "FreeBSD "
#define SVN_REVISION "351319"
#define SVN_REVISION "351543"

View File

@ -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 */

View File

@ -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"

View File

@ -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 */

View File

@ -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()

View File

@ -1,2 +1,2 @@
/* $FreeBSD$ */
#define LLVM_REVISION "svn-r351319"
#define LLVM_REVISION "svn-r351543"