summaryrefslogtreecommitdiff
path: root/win32/VMCore/VMCore.vcproj
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-10-23 23:28:23 +0000
committerSteve Naroff <snaroff@apple.com>2008-10-23 23:28:23 +0000
commit93fbe75a9431e49929c23847880ba61324013ee6 (patch)
tree966fc65466444401787577a9c602400e8d7a01a9 /win32/VMCore/VMCore.vcproj
parentf5cd4f0d70f2da83626cb1eeefe4ae10382c584d (diff)
downloadllvm-93fbe75a9431e49929c23847880ba61324013ee6.tar.gz
llvm-93fbe75a9431e49929c23847880ba61324013ee6.tar.bz2
llvm-93fbe75a9431e49929c23847880ba61324013ee6.tar.xz
Changes to make the Windows build work...
- Add a file to the VC++ project. - Make sure the clang driver links against the Transforms library. - Incorporate changes from patch by Dan Gohman. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/VMCore/VMCore.vcproj')
-rw-r--r--win32/VMCore/VMCore.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index 018d0e5aca..4accd55b02 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -434,6 +434,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\VMCore\PrintModulePass.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\Type.cpp"
>
</File>