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
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index 018d0e5..4accd55 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>