Update llvm/clang build glue.

This commit is contained in:
Dimitry Andric 2016-01-16 17:49:29 +00:00
parent 98665a5875
commit 42d8074a70
4 changed files with 7 additions and 6 deletions

View File

@ -7,4 +7,4 @@
#define CLANG_VENDOR "FreeBSD "
#define SVN_REVISION "257626"
#define SVN_REVISION "257836"

View File

@ -31,7 +31,7 @@
/* #undef CLANG_HAVE_LIBXML */
/* The LLVM product name and version */
#define BACKEND_PACKAGE_STRING "LLVM 3.8.0svn"
#define BACKEND_PACKAGE_STRING "LLVM 3.8.0"
/* Linker version detected at compile time. */
/* #undef HOST_LINK_VERSION */

View File

@ -510,7 +510,7 @@
#define LLVM_VERSION_PATCH 0
/* LLVM version string */
#define LLVM_VERSION_STRING "3.8.0svn"
#define LLVM_VERSION_STRING "3.8.0"
/* Define if we link Polly to the tools */
/* #undef LINK_POLLY_INTO_TOOLS */
@ -542,13 +542,13 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "LLVM 3.8.0svn"
#define PACKAGE_STRING "LLVM 3.8.0"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.8.0svn"
#define PACKAGE_VERSION "3.8.0"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void

View File

@ -1,3 +1,4 @@
/* $FreeBSD$ */
/*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/
/* */
/* The LLVM Compiler Infrastructure */
@ -100,7 +101,7 @@
#define LLVM_VERSION_PATCH 0
/* LLVM version string */
#define LLVM_VERSION_STRING "3.8.0svn"
#define LLVM_VERSION_STRING "3.8.0"
/* Define if we link Polly to the tools */
/* #undef LINK_POLLY_INTO_TOOLS */