diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-02-22 10:11:21 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-02-22 10:11:21 +0000 |
| commit | 622e21256ebdd211770e523254db3501c4e7fad4 (patch) | |
| tree | 6d86e6ef2674be49e679857b015948690a91dc32 /llvm | |
| parent | 6636210de73798ac3c72218f141fc88c74c4044d (diff) | |
| download | bcm5719-llvm-622e21256ebdd211770e523254db3501c4e7fad4.tar.gz bcm5719-llvm-622e21256ebdd211770e523254db3501c4e7fad4.zip | |
Unbreak build for VC2008. Patch by Argiris Kirtzidis!
llvm-svn: 47480
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/ADT/ImmutableSet.h | 1 | ||||
| -rw-r--r-- | llvm/win32/config.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/ImmutableSet.h b/llvm/include/llvm/ADT/ImmutableSet.h index 717ec98ba99..c351771c6da 100644 --- a/llvm/include/llvm/ADT/ImmutableSet.h +++ b/llvm/include/llvm/ADT/ImmutableSet.h @@ -18,6 +18,7 @@ #include "llvm/ADT/FoldingSet.h" #include "llvm/Support/DataTypes.h" #include <cassert> +#include <functional> namespace llvm { diff --git a/llvm/win32/config.h b/llvm/win32/config.h index a94c9056502..1e57d1df5c4 100644 --- a/llvm/win32/config.h +++ b/llvm/win32/config.h @@ -2,7 +2,8 @@ * config.h */ #define PACKAGE_NAME "LLVM (win32 vc8.0)" -#define PACKAGE_VERSION 2.1 +#define PACKAGE_VERSION 2.2 +#define LLVM_HOSTTRIPLE "i686-pc-win32" #define HAVE_WINDOWS_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_STAT_H 1 |

