From cfe73f379d20f50874bc523fab59c2db43388a32 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Fri, 14 Feb 2014 19:35:50 -0800 Subject: Fix Windows configuration for LLVM 3.4. Change-Id: Ia5772dc9edbef054a56c60e830bdd84794844854 --- host/include/llvm/Config/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'host') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 6e2bea5..ac128a6 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -212,6 +212,9 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 +/* Define to 1 if you have the `shell32' library (-lshell32). */ +#define HAVE_LIBSHELL32 1 + /* Define to 1 if you have the `udis86' library (-ludis86). */ /* #undef HAVE_LIBUDIS86 */ @@ -530,7 +533,7 @@ /* #undef HAVE___DIVDI3 */ /* Define to 1 if you have the `__dso_handle' function. */ -#define HAVE___DSO_HANDLE 1 +/* #undef HAVE___DSO_HANDLE */ /* Have host's __fixdfdi */ /* #undef HAVE___FIXDFDI */ -- cgit v1.1