Update build glue for llvm/clang 3.9.1.
This commit is contained in:
parent
c53f65e42d
commit
8f62ee2282
@ -29,7 +29,7 @@
|
||||
..
|
||||
lib
|
||||
clang
|
||||
3.9.0
|
||||
3.9.1
|
||||
lib
|
||||
freebsd
|
||||
..
|
||||
|
@ -19,7 +19,7 @@
|
||||
aout
|
||||
..
|
||||
clang
|
||||
3.9.0
|
||||
3.9.1
|
||||
include
|
||||
sanitizer
|
||||
..
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user