Now for the release_80 branch, update version numbers for llvm, clang
and lld, and regenerate config headers.
This commit is contained in:
parent
7570aff4a0
commit
af44a0113e
@ -8,4 +8,4 @@
|
||||
|
||||
#define CLANG_VENDOR "FreeBSD "
|
||||
|
||||
#define SVN_REVISION "351319"
|
||||
#define SVN_REVISION "351543"
|
||||
|
@ -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 */
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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()
|
||||
|
@ -1,2 +1,2 @@
|
||||
/* $FreeBSD$ */
|
||||
#define LLVM_REVISION "svn-r351319"
|
||||
#define LLVM_REVISION "svn-r351543"
|
||||
|
Loading…
x
Reference in New Issue
Block a user