[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj
Chris Lattner
lattner at cs.uiuc.edu
Sat Dec 4 11:14:59 PST 2004
Changes in directory llvm/win32/VMCore:
VMCore.vcproj updated: 1.3 -> 1.4
---
Log message:
Update the win32 project files, contributed by Morton Ofstad!
---
Diffs of the changes: (+87 -0)
Index: llvm/win32/VMCore/VMCore.vcproj
diff -u llvm/win32/VMCore/VMCore.vcproj:1.3 llvm/win32/VMCore/VMCore.vcproj:1.4
--- llvm/win32/VMCore/VMCore.vcproj:1.3 Mon Nov 15 11:28:08 2004
+++ llvm/win32/VMCore/VMCore.vcproj Sat Dec 4 13:14:38 2004
@@ -171,14 +171,101 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
+ RelativePath="..\..\include\llvm\AbstractTypeUser.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Argument.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\BasicBlock.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Constant.h">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\ConstantFolding.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Constants.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\DerivedTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Function.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\GlobalValue.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\GlobalVariable.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\InstrTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Instruction.def">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Instruction.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Instructions.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\IntrinsicInst.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Intrinsics.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Linker.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Module.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ModuleProvider.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Pass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\PassAnalysisSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\PassManager.h">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\PassManagerT.h">
</File>
<File
+ RelativePath="..\..\include\llvm\PassSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\SymbolTable.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\SymbolTableListTraits.h">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h">
</File>
+ <File
+ RelativePath="..\..\include\llvm\Type.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Use.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\User.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Value.h">
+ </File>
</Filter>
</Files>
<Globals>
More information about the llvm-commits
mailing list