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
This commit is contained in:
Dimitry Andric 2018-06-30 10:04:44 +00:00
parent fd3150d8bf
commit fbfca78ed2
5 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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