diff options
author | Cédric Venet <cedric.venet@laposte.net> | 2008-06-27 18:00:09 +0000 |
---|---|---|
committer | Cédric Venet <cedric.venet@laposte.net> | 2008-06-27 18:00:09 +0000 |
commit | e58be24311f7b42cbe61803d0e0c41c11138ca48 (patch) | |
tree | acce1ba18f6f85dce298d0866dbce7920ddf1523 /win32 | |
parent | 3850d853485803362b494866e25a85fc0984ae9e (diff) | |
download | external_llvm-e58be24311f7b42cbe61803d0e0c41c11138ca48.zip external_llvm-e58be24311f7b42cbe61803d0e0c41c11138ca48.tar.gz external_llvm-e58be24311f7b42cbe61803d0e0c41c11138ca48.tar.bz2 |
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.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index ef01568..b61f3e2 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> |