diff options
author | Stephen Hines <srhines@google.com> | 2011-06-22 10:41:57 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-06-22 10:41:57 -0700 |
commit | 7cfff62b69e6394f6145a3a3a7aad8faaa6c4ea7 (patch) | |
tree | b7f21fd85533135943730bb614a57cc8a4d4a6bf /host | |
parent | 56e9baf7b6e7745a16b1b114f784027428f21d4b (diff) | |
download | external_llvm-7cfff62b69e6394f6145a3a3a7aad8faaa6c4ea7.zip external_llvm-7cfff62b69e6394f6145a3a3a7aad8faaa6c4ea7.tar.gz external_llvm-7cfff62b69e6394f6145a3a3a7aad8faaa6c4ea7.tar.bz2 |
Define WIN32_ELMCB_PCSTR for Windows host builds.
Change-Id: I5233875cd1c07a41897cd732dc9ac67ae3d03af1
Diffstat (limited to 'host')
-rw-r--r-- | host/include/llvm/Config/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 5a1f7bb..998e025 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -601,6 +601,8 @@ /* Define if use udis86 library */ #define USE_UDIS86 0 +#define WIN32_ELMCB_PCSTR PCSTR + /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ |