diff options
author | Stephen Hines <srhines@google.com> | 2014-09-29 22:54:01 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-09-30 02:30:29 -0700 |
commit | 8a95734f9813e11664344a198af8c9203451e684 (patch) | |
tree | 11f9baa97d6bd17917b1ced5fdd90cf3d7f63360 /include | |
parent | 593a05ca1e177fc584cba399bf66fbf437ba75d9 (diff) | |
download | external_llvm-8a95734f9813e11664344a198af8c9203451e684.zip external_llvm-8a95734f9813e11664344a198af8c9203451e684.tar.gz external_llvm-8a95734f9813e11664344a198af8c9203451e684.tar.bz2 |
Fix windows build for LLVM.
Don't include libcxx on windows.
Fix PSTR -> PCSTR typo in config header.
Bug: 14416410
Change-Id: I2e66ed56a5a585ab126b9ac181def057908289d0
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Config/llvm-platform-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Config/llvm-platform-config.h b/include/llvm/Config/llvm-platform-config.h index cd005be..c9e82da 100644 --- a/include/llvm/Config/llvm-platform-config.h +++ b/include/llvm/Config/llvm-platform-config.h @@ -141,7 +141,7 @@ #define HAVE_LIBIMAGEHLP 1 /* Type of 1st arg on ELM Callback */ -#define WIN32_ELMCB_PCSTR PSTR +#define WIN32_ELMCB_PCSTR PCSTR #else /* Linux, Mac OS X, ... Unixish platform */ |