diff options
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 */ |