aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-07-30 11:21:59 -0700
committerStephen Hines <srhines@google.com>2013-07-30 22:37:31 -0700
commitc7ef4e40cf01397ebd25fc9622fc8eb9c61a547d (patch)
treec54e077b7c5648c5a317ee106dac5a46092f4536 /host
parentb84f869c110f972627adb7696b5e722fe6d724ba (diff)
downloadexternal_llvm-c7ef4e40cf01397ebd25fc9622fc8eb9c61a547d.zip
external_llvm-c7ef4e40cf01397ebd25fc9622fc8eb9c61a547d.tar.gz
external_llvm-c7ef4e40cf01397ebd25fc9622fc8eb9c61a547d.tar.bz2
Fix Windows build issues for LLVM.
Remove HAVE_SYS_UIO_H redefinition due to Windows build conflicts. Add dependency on imagehlp.lib/dll. Change-Id: I41cb9331c1fbde849ff9dc6906cbe9d8ae6bbc50
Diffstat (limited to 'host')
-rw-r--r--host/include/llvm/Config/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 090f373..e6c59c6 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -455,13 +455,8 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
-/* Already defined in system/core/include/arch/darwin-x86/AndroidConfig.h */
-#if !defined(HAVE_SYS_UIO_H)
-
/* Define to 1 if you have the <sys/uio.h> header file. */
-#define HAVE_SYS_UIO_H 1
-
-#endif
+/* #define HAVE_SYS_UIO_H 1 */
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1