Update generated config headers, and version numbers.

This commit is contained in:
Dimitry Andric 2017-12-20 20:25:35 +00:00
parent b2c7081bd7
commit 02d2ad99ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang600-import/; revision=327041
8 changed files with 55 additions and 23 deletions

View file

@ -1,11 +1,11 @@
/* $FreeBSD$ */
#define CLANG_VERSION 5.0.1
#define CLANG_VERSION_STRING "5.0.1"
#define CLANG_VERSION_MAJOR 5
#define CLANG_VERSION 6.0.0
#define CLANG_VERSION_STRING "6.0.0"
#define CLANG_VERSION_MAJOR 6
#define CLANG_VERSION_MINOR 0
#define CLANG_VERSION_PATCHLEVEL 1
#define CLANG_VERSION_PATCHLEVEL 0
#define CLANG_VENDOR "FreeBSD "
#define SVN_REVISION "320880"
#define SVN_REVISION "321017"

View file

@ -18,9 +18,15 @@
/* Default runtime library to use. */
#define CLANG_DEFAULT_RTLIB ""
/* Default objcopy to use */
#define CLANG_DEFAULT_OBJCOPY "objcopy"
/* Default OpenMP runtime used by -fopenmp. */
#define CLANG_DEFAULT_OPENMP_RUNTIME "libomp"
/* Default architecture for OpenMP offloading to Nvidia GPUs. */
#define CLANG_OPENMP_NVPTX_DEFAULT_ARCH "sm_35"
/* Multilib suffix for libdir. */
#define CLANG_LIBDIR_SUFFIX ""
@ -46,7 +52,7 @@
#define CLANG_HAVE_RLIMITS 1
/* The LLVM product name and version */
#define BACKEND_PACKAGE_STRING "LLVM 5.0.1"
#define BACKEND_PACKAGE_STRING "LLVM 6.0.0svn"
/* Linker version detected at compile time. */
/* #undef HOST_LINK_VERSION */

View file

@ -0,0 +1,8 @@
// $FreeBSD$
#define LLD_VERSION 6.0.0
#define LLD_VERSION_STRING "6.0.0"
#define LLD_VERSION_MAJOR 6
#define LLD_VERSION_MINOR 0
#define LLD_REVISION_STRING "321017"
#define LLD_REPOSITORY_STRING "FreeBSD"

View file

@ -1,8 +0,0 @@
// $FreeBSD$
#define LLD_VERSION 5.0.1
#define LLD_VERSION_STRING "5.0.1"
#define LLD_VERSION_MAJOR 5
#define LLD_VERSION_MINOR 0
#define LLD_REVISION_STRING "320880"
#define LLD_REPOSITORY_STRING "FreeBSD"

View file

@ -25,4 +25,6 @@
#define HAVE_NR_PROCESS_VM_READV 0
/* #undef HAVE_LIBCOMPRESSION */
#endif // #ifndef LLDB_HOST_CONFIG_H

View file

@ -121,6 +121,12 @@
/* Define to 1 if you have the `pthread' library (-lpthread). */
#define HAVE_LIBPTHREAD 1
/* Define to 1 if you have the `pthread_getname_np' function. */
/* #undef HAVE_PTHREAD_GETNAME_NP */
/* Define to 1 if you have the `pthread_setname_np' function. */
/* #undef HAVE_PTHREAD_SETNAME_NP */
/* Define to 1 if you have the `shell32' library (-lshell32). */
/* #undef HAVE_LIBSHELL32 */
@ -193,6 +199,12 @@
/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
/* Define to 1 if you have the `sched_getaffinity' function. */
/* #undef HAVE_SCHED_GETAFFINITY */
/* Define to 1 if you have the `CPU_COUNT' macro. */
/* #undef HAVE_CPU_COUNT */
/* Define to 1 if you have the `setrlimit' function. */
#define HAVE_SETRLIMIT 1
@ -380,16 +392,19 @@
#define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1
/* Major version of the LLVM API */
#define LLVM_VERSION_MAJOR 5
#define LLVM_VERSION_MAJOR 6
/* Minor version of the LLVM API */
#define LLVM_VERSION_MINOR 0
/* Patch version of the LLVM API */
#define LLVM_VERSION_PATCH 1
#define LLVM_VERSION_PATCH 0
/* LLVM version string */
#define LLVM_VERSION_STRING "5.0.1"
#define LLVM_VERSION_STRING "6.0.0svn"
/* Define if libxml2 is supported on this platform. */
/* #undef LLVM_LIBXML2_ENABLED */
/* Define to the extension used for shared libraries, say, ".so". */
#define LTDL_SHLIB_EXT ".so"
@ -401,13 +416,13 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "LLVM 5.0.1"
#define PACKAGE_STRING "LLVM 6.0.0svn"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#define PACKAGE_VERSION "5.0.1"
#define PACKAGE_VERSION "6.0.0svn"
/* Define to the vendor of this package. */
/* #undef PACKAGE_VENDOR */
@ -427,4 +442,10 @@
/* Define to a function implementing strdup */
/* #undef strdup */
/* Whether GlobalISel rule coverage is being collected */
#define LLVM_GISEL_COV_ENABLED 0
/* Define to the default GlobalISel coverage file prefix */
/* #undef LLVM_GISEL_COV_PREFIX */
#endif

View file

@ -15,6 +15,9 @@
#ifndef LLVM_CONFIG_H
#define LLVM_CONFIG_H
/* Define if LLVM_ENABLE_DUMP is enabled */
/* #undef LLVM_ENABLE_DUMP */
/* Define if we link Polly to the tools */
/* #undef LINK_POLLY_INTO_TOOLS */
@ -64,15 +67,15 @@
#define LLVM_USE_OPROFILE 0
/* Major version of the LLVM API */
#define LLVM_VERSION_MAJOR 5
#define LLVM_VERSION_MAJOR 6
/* Minor version of the LLVM API */
#define LLVM_VERSION_MINOR 0
/* Patch version of the LLVM API */
#define LLVM_VERSION_PATCH 1
#define LLVM_VERSION_PATCH 0
/* LLVM version string */
#define LLVM_VERSION_STRING "5.0.1"
#define LLVM_VERSION_STRING "6.0.0svn"
#endif

View file

@ -1,2 +1,2 @@
/* $FreeBSD$ */
#define LLVM_REVISION "svn-r320880"
#define LLVM_REVISION "svn-r321017"