[llvm-commits] CVS: llvm/win32/Target/Target.vcproj

Jeff Cohen jeffc at jolt-lang.org
Sun Nov 5 11:32:27 PST 2006



Changes in directory llvm/win32/Target:

Target.vcproj updated: 1.14 -> 1.15
---
Log message:

Unbreak VC++ build.

---
Diffs of the changes:  (+6 -3)

 Target.vcproj |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


Index: llvm/win32/Target/Target.vcproj
diff -u llvm/win32/Target/Target.vcproj:1.14 llvm/win32/Target/Target.vcproj:1.15
--- llvm/win32/Target/Target.vcproj:1.14	Thu Apr 20 17:19:06 2006
+++ llvm/win32/Target/Target.vcproj	Sun Nov  5 13:31:28 2006
@@ -115,6 +115,9 @@
 				RelativePath="..\..\lib\Target\SubtargetFeature.cpp">
 			</File>
 			<File
+				RelativePath="..\..\lib\Target\TargetAsmInfo.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\Target\TargetData.cpp">
 			</File>
 			<File
@@ -124,9 +127,6 @@
 				RelativePath="..\..\lib\Target\TargetInstrInfo.cpp">
 			</File>
 			<File
-				RelativePath="..\..\lib\Target\TargetLowering.cpp">
-			</File>
-			<File
 				RelativePath="..\..\lib\Target\TargetMachine.cpp">
 			</File>
 			<File
@@ -147,6 +147,9 @@
 				RelativePath="..\..\include\llvm\Target\SubtargetFeature.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\Target\TargetAsmInfo.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Target\TargetData.h">
 			</File>
 			<File






More information about the llvm-commits mailing list