summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2008-06-27 18:00:09 +0000
committerCedric Venet <cedric.venet@laposte.net>2008-06-27 18:00:09 +0000
commit5e950627f9e3b382edcce797b03d968af6717c0b (patch)
treeacce1ba18f6f85dce298d0866dbce7920ddf1523
parent42af887105c37fb1dba3e197d70d16a34a0bc06f (diff)
downloadllvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.gz
llvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.bz2
llvm-5e950627f9e3b382edcce797b03d968af6717c0b.tar.xz
Add an include file needed for VS.
Add two new file to codegen project (VS). This unbreak the build for VS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52831 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/ValueTracking.h1
-rw-r--r--win32/CodeGen/CodeGen.vcproj8
2 files changed, 9 insertions, 0 deletions
diff --git a/include/llvm/Analysis/ValueTracking.h b/include/llvm/Analysis/ValueTracking.h
index e369976413..22a605d86f 100644
--- a/include/llvm/Analysis/ValueTracking.h
+++ b/include/llvm/Analysis/ValueTracking.h
@@ -16,6 +16,7 @@
#define LLVM_ANALYSIS_VALUETRACKING_H
#include <string>
+#include <llvm/Support/DataTypes.h>
namespace llvm {
class Value;
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index ef015683ea..b61f3e2723 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -377,6 +377,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\MachineDebugInfoDesc.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\MachineDominators.cpp"
>
</File>
@@ -643,6 +647,10 @@
>
</File>
<File
+ RelativePath="..\..\include\llvm\CodeGen\MachineDebugInfoDesc.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\llvm\CodeGen\MachineDominators.h"
>
</File>