Update build glue for llvm/clang 3.9.1.

This commit is contained in:
Dimitry Andric 2016-11-26 01:13:53 +00:00
parent f41fbc90dc
commit 5b41a5b675
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang391-import/; revision=309176
8 changed files with 14 additions and 14 deletions

View File

@ -29,7 +29,7 @@
..
lib
clang
3.9.0
3.9.1
lib
freebsd
..

View File

@ -19,7 +19,7 @@
aout
..
clang
3.9.0
3.9.1
include
sanitizer
..

View File

@ -4,7 +4,7 @@
.PATH: ${CLANG_SRCS}/lib/Headers
INCSDIR= ${LIBDIR}/clang/3.9.0/include
INCSDIR= ${LIBDIR}/clang/3.9.1/include
GENINCS+= arm_neon.h

View File

@ -1,10 +1,10 @@
/* $FreeBSD$ */
#define CLANG_VERSION 3.9.0
#define CLANG_VERSION 3.9.1
#define CLANG_VERSION_MAJOR 3
#define CLANG_VERSION_MINOR 9
#define CLANG_VERSION_PATCHLEVEL 0
#define CLANG_VERSION_PATCHLEVEL 1
#define CLANG_VENDOR "FreeBSD "
#define SVN_REVISION "280324"
#define SVN_REVISION "287912"

View File

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

View File

@ -508,10 +508,10 @@
#define LLVM_VERSION_MINOR 9
/* Patch version of the LLVM API */
#define LLVM_VERSION_PATCH 0
#define LLVM_VERSION_PATCH 1
/* LLVM version string */
#define LLVM_VERSION_STRING "3.9.0"
#define LLVM_VERSION_STRING "3.9.1"
/* LLVM version information */
/* #undef LLVM_VERSION_INFO */
@ -546,13 +546,13 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "LLVM 3.9.0"
#define PACKAGE_STRING "LLVM 3.9.1"
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.9.0"
#define PACKAGE_VERSION "3.9.1"
/* Define to the vendor of this package. */
/* #undef PACKAGE_VENDOR */

View File

@ -98,10 +98,10 @@
#define LLVM_VERSION_MINOR 9
/* Patch version of the LLVM API */
#define LLVM_VERSION_PATCH 0
#define LLVM_VERSION_PATCH 1
/* LLVM version string */
#define LLVM_VERSION_STRING "3.9.0"
#define LLVM_VERSION_STRING "3.9.1"
/* Define if we link Polly to the tools */
/* #undef LINK_POLLY_INTO_TOOLS */

View File

@ -7,7 +7,7 @@ CRTSRC= ${SRCTOP}/contrib/compiler-rt
.PATH: ${CRTSRC}/lib
CLANGDIR= /usr/lib/clang/3.9.0
CLANGDIR= /usr/lib/clang/3.9.1
LIBDIR= ${CLANGDIR}/lib/freebsd
NO_PIC=