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

Jeff Cohen jeffc at jolt-lang.org
Sun Mar 4 16:02:02 PST 2007



Changes in directory llvm/win32/Support:

Support.vcproj updated: 1.17 -> 1.18
---
Log message:

Unbreak VC++ build.

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

 Support.vcproj |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)


Index: llvm/win32/Support/Support.vcproj
diff -u llvm/win32/Support/Support.vcproj:1.17 llvm/win32/Support/Support.vcproj:1.18
--- llvm/win32/Support/Support.vcproj:1.17	Fri Dec  1 20:22:01 2006
+++ llvm/win32/Support/Support.vcproj	Sun Mar  4 18:00:42 2007
@@ -116,6 +116,9 @@
 				RelativePath="..\..\lib\Support\Annotation.cpp">
 			</File>
 			<File
+				RelativePath="..\..\lib\Support\APInt.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\Support\CommandLine.cpp">
 			</File>
 			<File
@@ -128,7 +131,7 @@
 				</FileConfiguration>
 			</File>
 			<File
-				RelativePath="..\..\lib\Support\CStringMap.cpp">
+				RelativePath="..\..\lib\Support\ConstantRange.cpp">
 			</File>
 			<File
 				RelativePath="..\..\lib\Support\Debug.cpp">
@@ -173,6 +176,9 @@
 				</FileConfiguration>
 			</File>
 			<File
+				RelativePath="..\..\lib\Support\SmallPtrSet.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\Support\Statistic.cpp">
 			</File>
 			<File
@@ -182,6 +188,9 @@
 				RelativePath="..\..\lib\Support\StringExtras.cpp">
 			</File>
 			<File
+				RelativePath="..\..\lib\Support\StringMap.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\Support\SystemUtils.cpp">
 			</File>
 			<File
@@ -302,6 +311,9 @@
 				RelativePath="..\..\include\llvm\Support\MathExtras.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\Support\OutputBuffer.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Support\PassNameParser.h">
 			</File>
 			<File
@@ -342,10 +354,10 @@
 			Name="ADT"
 			Filter="">
 			<File
-				RelativePath="..\..\include\llvm\Adt\BitSetVector.h">
+				RelativePath="..\..\include\llvm\ADT\APInt.h">
 			</File>
 			<File
-				RelativePath="..\..\include\llvm\ADT\CStringMap.h">
+				RelativePath="..\..\include\llvm\ADT\BitVector.h">
 			</File>
 			<File
 				RelativePath="..\..\include\llvm\Adt\DenseMap.h">
@@ -375,6 +387,9 @@
 				RelativePath="..\..\include\llvm\Adt\ilist">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\ADT\IndexedMap.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Adt\iterator">
 			</File>
 			<File
@@ -390,6 +405,12 @@
 				RelativePath="..\..\include\llvm\Adt\SetVector.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h">
+			</File>
+			<File
+				RelativePath="..\..\include\llvm\ADT\SmallSet.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\ADT\SmallString.h">
 			</File>
 			<File
@@ -405,6 +426,9 @@
 				RelativePath="..\..\include\llvm\Adt\StringExtras.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\ADT\StringMap.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Adt\Tree.h">
 			</File>
 			<File






More information about the llvm-commits mailing list