[llvm-commits] [llvm] r47480 - in /llvm/trunk: include/llvm/ADT/ImmutableSet.h win32/config.h

Anton Korobeynikov asl at math.spbu.ru
Fri Feb 22 02:11:21 PST 2008


Author: asl
Date: Fri Feb 22 04:11:21 2008
New Revision: 47480

URL: http://llvm.org/viewvc/llvm-project?rev=47480&view=rev
Log:
Unbreak build for VC2008. Patch by Argiris Kirtzidis!

Modified:
    llvm/trunk/include/llvm/ADT/ImmutableSet.h
    llvm/trunk/win32/config.h

Modified: llvm/trunk/include/llvm/ADT/ImmutableSet.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ImmutableSet.h?rev=47480&r1=47479&r2=47480&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/ImmutableSet.h (original)
+++ llvm/trunk/include/llvm/ADT/ImmutableSet.h Fri Feb 22 04:11:21 2008
@@ -18,6 +18,7 @@
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/Support/DataTypes.h"
 #include <cassert>
+#include <functional>
 
 namespace llvm {
   

Modified: llvm/trunk/win32/config.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/config.h?rev=47480&r1=47479&r2=47480&view=diff

==============================================================================
--- llvm/trunk/win32/config.h (original)
+++ llvm/trunk/win32/config.h Fri Feb 22 04:11:21 2008
@@ -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 





More information about the llvm-commits mailing list