mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Unbreak build for VC2008. Patch by Argiris Kirtzidis!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47ccf1af3a
commit
602d1c51e0
@ -18,6 +18,7 @@
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user