summaryrefslogtreecommitdiff
path: root/win32
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 /win32
parent42af887105c37fb1dba3e197d70d16a34a0bc06f (diff)
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
Diffstat (limited to 'win32')
-rw-r--r--win32/CodeGen/CodeGen.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index ef015683ea2..b61f3e27230 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>