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:
parent
fd3150d8bf
commit
fbfca78ed2
@ -1,10 +1,10 @@
|
|||||||
/* $FreeBSD$ */
|
/* $FreeBSD$ */
|
||||||
|
|
||||||
#define CLANG_VERSION 6.0.0
|
#define CLANG_VERSION 6.0.1
|
||||||
#define CLANG_VERSION_STRING "6.0.0"
|
#define CLANG_VERSION_STRING "6.0.1"
|
||||||
#define CLANG_VERSION_MAJOR 6
|
#define CLANG_VERSION_MAJOR 6
|
||||||
#define CLANG_VERSION_MINOR 0
|
#define CLANG_VERSION_MINOR 0
|
||||||
#define CLANG_VERSION_PATCHLEVEL 0
|
#define CLANG_VERSION_PATCHLEVEL 1
|
||||||
|
|
||||||
#define CLANG_VENDOR "FreeBSD "
|
#define CLANG_VENDOR "FreeBSD "
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
#define CLANG_HAVE_RLIMITS 1
|
#define CLANG_HAVE_RLIMITS 1
|
||||||
|
|
||||||
/* The LLVM product name and version */
|
/* 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. */
|
/* Linker version detected at compile time. */
|
||||||
/* #undef HOST_LINK_VERSION */
|
/* #undef HOST_LINK_VERSION */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// $FreeBSD$
|
// $FreeBSD$
|
||||||
|
|
||||||
#define LLD_VERSION 6.0.0
|
#define LLD_VERSION 6.0.1
|
||||||
#define LLD_VERSION_STRING "6.0.0"
|
#define LLD_VERSION_STRING "6.0.1"
|
||||||
#define LLD_VERSION_MAJOR 6
|
#define LLD_VERSION_MAJOR 6
|
||||||
#define LLD_VERSION_MINOR 0
|
#define LLD_VERSION_MINOR 0
|
||||||
|
|
||||||
|
@ -398,10 +398,10 @@
|
|||||||
#define LLVM_VERSION_MINOR 0
|
#define LLVM_VERSION_MINOR 0
|
||||||
|
|
||||||
/* Patch version of the LLVM API */
|
/* Patch version of the LLVM API */
|
||||||
#define LLVM_VERSION_PATCH 0
|
#define LLVM_VERSION_PATCH 1
|
||||||
|
|
||||||
/* LLVM version string */
|
/* 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. */
|
/* Define if libxml2 is supported on this platform. */
|
||||||
/* #undef LLVM_LIBXML2_ENABLED */
|
/* #undef LLVM_LIBXML2_ENABLED */
|
||||||
@ -416,13 +416,13 @@
|
|||||||
#define PACKAGE_NAME "LLVM"
|
#define PACKAGE_NAME "LLVM"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME
|
#undef PACKAGE_TARNAME
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* 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. */
|
/* Define to the vendor of this package. */
|
||||||
/* #undef PACKAGE_VENDOR */
|
/* #undef PACKAGE_VENDOR */
|
||||||
|
@ -73,9 +73,9 @@
|
|||||||
#define LLVM_VERSION_MINOR 0
|
#define LLVM_VERSION_MINOR 0
|
||||||
|
|
||||||
/* Patch version of the LLVM API */
|
/* Patch version of the LLVM API */
|
||||||
#define LLVM_VERSION_PATCH 0
|
#define LLVM_VERSION_PATCH 1
|
||||||
|
|
||||||
/* LLVM version string */
|
/* LLVM version string */
|
||||||
#define LLVM_VERSION_STRING "6.0.0"
|
#define LLVM_VERSION_STRING "6.0.1"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user