1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Unbreak build for VC2008. Patch by Argiris Kirtzidis!

llvm-svn: 47480
This commit is contained in:
Anton Korobeynikov 2008-02-22 10:11:21 +00:00
parent ca51f9e5f0
commit 5eaa8e774e
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <functional>
namespace llvm {

View File

@ -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