diff options
author | Stephen Hines <srhines@google.com> | 2014-02-14 19:35:50 -0800 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-02-14 20:06:19 -0800 |
commit | cfe73f379d20f50874bc523fab59c2db43388a32 (patch) | |
tree | 77e8de451cd2c4574fff320b8d13424539428e2f /host | |
parent | 4d459ec25a2763acb7b29f0b999fcc637e4102da (diff) | |
download | external_llvm-cfe73f379d20f50874bc523fab59c2db43388a32.zip external_llvm-cfe73f379d20f50874bc523fab59c2db43388a32.tar.gz external_llvm-cfe73f379d20f50874bc523fab59c2db43388a32.tar.bz2 |
Fix Windows configuration for LLVM 3.4.
Change-Id: Ia5772dc9edbef054a56c60e830bdd84794844854
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |