diff options
Diffstat (limited to 'lib/clang')
-rw-r--r-- | lib/clang/include/Makefile | 2 | ||||
-rw-r--r-- | lib/clang/include/clang/Basic/Version.inc | 8 | ||||
-rw-r--r-- | lib/clang/include/clang/Config/config.h | 2 | ||||
-rw-r--r-- | lib/clang/include/llvm/Config/config.h | 8 | ||||
-rw-r--r-- | lib/clang/include/llvm/Config/llvm-config.h | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/lib/clang/include/Makefile b/lib/clang/include/Makefile index bd68591..2b20cbb 100644 --- a/lib/clang/include/Makefile +++ b/lib/clang/include/Makefile @@ -8,7 +8,7 @@ LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm .PATH: ${LLVM_SRCS}/tools/clang/lib/Headers -INCSDIR=${LIBDIR}/clang/3.7.0/include +INCSDIR=${LIBDIR}/clang/3.7.1/include INCS= __stddef_max_align_t.h \ __wmmintrin_aes.h \ diff --git a/lib/clang/include/clang/Basic/Version.inc b/lib/clang/include/clang/Basic/Version.inc index 6056314..5c5b264 100644 --- a/lib/clang/include/clang/Basic/Version.inc +++ b/lib/clang/include/clang/Basic/Version.inc @@ -1,11 +1,11 @@ /* $FreeBSD$ */ -#define CLANG_VERSION 3.7.0 +#define CLANG_VERSION 3.7.1 #define CLANG_VERSION_MAJOR 3 #define CLANG_VERSION_MINOR 7 -#define CLANG_VERSION_PATCHLEVEL 0 +#define CLANG_VERSION_PATCHLEVEL 1 #define CLANG_VENDOR "FreeBSD " -#define CLANG_VENDOR_SUFFIX " 20150906" +#define CLANG_VENDOR_SUFFIX " 20151225" -#define SVN_REVISION "246257" +#define SVN_REVISION "255217" diff --git a/lib/clang/include/clang/Config/config.h b/lib/clang/include/clang/Config/config.h index fecc361..892bf1b 100644 --- a/lib/clang/include/clang/Config/config.h +++ b/lib/clang/include/clang/Config/config.h @@ -31,7 +31,7 @@ /* Define if we have libxml2 */ /* #undef CLANG_HAVE_LIBXML */ -#define PACKAGE_STRING "LLVM 3.7.0" +#define PACKAGE_STRING "LLVM 3.7.1" /* The LLVM product name and version */ #define BACKEND_PACKAGE_STRING PACKAGE_STRING diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h index ef7295c..8342fcb 100644 --- a/lib/clang/include/llvm/Config/config.h +++ b/lib/clang/include/llvm/Config/config.h @@ -505,10 +505,10 @@ #define LLVM_VERSION_MINOR 7 /* Patch version of the LLVM API */ -#define LLVM_VERSION_PATCH 0 +#define LLVM_VERSION_PATCH 1 /* LLVM version string */ -#define LLVM_VERSION_STRING "3.7.0" +#define LLVM_VERSION_STRING "3.7.1" /* The shared library extension */ #define LTDL_SHLIB_EXT ".so" @@ -524,13 +524,13 @@ #define PACKAGE_NAME "LLVM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LLVM 3.7.0" +#define PACKAGE_STRING "LLVM 3.7.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "llvm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.7.0" +#define PACKAGE_VERSION "3.7.1" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h index 51a5918..36bcda7 100644 --- a/lib/clang/include/llvm/Config/llvm-config.h +++ b/lib/clang/include/llvm/Config/llvm-config.h @@ -98,9 +98,9 @@ #define LLVM_VERSION_MINOR 7 /* Patch version of the LLVM API */ -#define LLVM_VERSION_PATCH 0 +#define LLVM_VERSION_PATCH 1 /* LLVM version string */ -#define LLVM_VERSION_STRING "3.7.0" +#define LLVM_VERSION_STRING "3.7.1" #endif |