[llvm-commits] CVS: llvm/win32/Target/Target.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Fri Jan 7 07:52:47 PST 2005
Changes in directory llvm/win32/Target:
Target.vcproj updated: 1.6 -> 1.7
---
Log message:
Get new SelectionDAG stuff building with Visual Studio.
---
Diffs of the changes: (+6 -0)
Index: llvm/win32/Target/Target.vcproj
diff -u llvm/win32/Target/Target.vcproj:1.6 llvm/win32/Target/Target.vcproj:1.7
--- llvm/win32/Target/Target.vcproj:1.6 Sat Dec 18 20:29:00 2004
+++ llvm/win32/Target/Target.vcproj Fri Jan 7 09:52:36 2005
@@ -119,6 +119,9 @@
RelativePath="..\..\lib\Target\TargetInstrInfo.cpp">
</File>
<File
+ RelativePath="..\..\lib\Target\TargetLowering.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\Target\TargetMachine.cpp">
</File>
<File
@@ -148,6 +151,9 @@
RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Target\TargetLowering.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\Target\TargetMachine.h">
</File>
<File
More information about the llvm-commits
mailing list