From 37ed9c199ca639565f6ce88105f9e39e898d82d0 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Mon, 1 Dec 2014 14:51:49 -0800 Subject: Update aosp/master LLVM for rebase to r222494. Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d --- host/include/llvm/Config/config.h | 10 +++++++--- host/include/llvm/Config/llvm-config.h | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'host') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index d686e16..cb3d4a3 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -225,7 +225,11 @@ #define HAVE_LINK_EXPORT_DYNAMIC 1 /* Define to 1 if you have the header file. */ +#if defined(__APPLE__) +/* #undef HAVE_LINK_H */ +#else #define HAVE_LINK_H 1 +#endif /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path. */ @@ -652,7 +656,7 @@ #define LLVM_VERSION_MAJOR 3 /* Minor version of the LLVM API */ -#define LLVM_VERSION_MINOR 5 +#define LLVM_VERSION_MINOR 6 /* Define if the OS needs help to load dependent libraries for dlopen(). */ /* #undef LTDL_DLOPEN_DEPLIBS */ @@ -685,13 +689,13 @@ #define PACKAGE_NAME "LLVM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LLVM 3.5.svn" +#define PACKAGE_STRING "LLVM 3.6.svn" /* 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.5" +#define PACKAGE_VERSION "3.6" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void diff --git a/host/include/llvm/Config/llvm-config.h b/host/include/llvm/Config/llvm-config.h index 95f85fe..6cb218e 100644 --- a/host/include/llvm/Config/llvm-config.h +++ b/host/include/llvm/Config/llvm-config.h @@ -95,7 +95,7 @@ #define LLVM_VERSION_MAJOR 3 /* Minor version of the LLVM API */ -#define LLVM_VERSION_MINOR 5 +#define LLVM_VERSION_MINOR 6 #include "llvm/Config/llvm-platform-config.h" -- cgit v1.1