[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Fri Dec 15 13:47:22 PST 2006
Changes in directory llvm/win32/VMCore:
VMCore.vcproj updated: 1.23 -> 1.24
---
Log message:
Partial unbreak of VC++ (stream stuff has no easy fix).
---
Diffs of the changes: (+0 -9)
VMCore.vcproj | 9 ---------
1 files changed, 9 deletions(-)
Index: llvm/win32/VMCore/VMCore.vcproj
diff -u llvm/win32/VMCore/VMCore.vcproj:1.23 llvm/win32/VMCore/VMCore.vcproj:1.24
--- llvm/win32/VMCore/VMCore.vcproj:1.23 Fri Dec 1 20:22:01 2006
+++ llvm/win32/VMCore/VMCore.vcproj Fri Dec 15 15:47:01 2006
@@ -113,9 +113,6 @@
RelativePath="..\..\lib\VMCore\AsmWriter.cpp">
</File>
<File
- RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp">
- </File>
- <File
RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
</File>
<File
@@ -222,15 +219,9 @@
RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
</File>
<File
- RelativePath="..\..\include\llvm\Assembly\AutoUpgrade.h">
- </File>
- <File
RelativePath="..\..\include\llvm\BasicBlock.h">
</File>
<File
- RelativePath="..\..\include\llvm\Assembly\CachedWriter.h">
- </File>
- <File
RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
</File>
<File
More information about the llvm-commits
mailing list