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

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



Changes in directory llvm/win32/bugpoint:

bugpoint.vcproj updated: 1.4 -> 1.5
---
Log message:

Unbreak VC++ build.

---
Diffs of the changes:  (+9 -0)

 bugpoint.vcproj |    9 +++++++++
 1 files changed, 9 insertions(+)


Index: llvm/win32/bugpoint/bugpoint.vcproj
diff -u llvm/win32/bugpoint/bugpoint.vcproj:1.4 llvm/win32/bugpoint/bugpoint.vcproj:1.5
--- llvm/win32/bugpoint/bugpoint.vcproj:1.4	Sun Jan 29 22:07:07 2006
+++ llvm/win32/bugpoint/bugpoint.vcproj	Sun Nov  5 13:31:28 2006
@@ -140,6 +140,9 @@
 				RelativePath="..\..\tools\bugpoint\ExtractFunction.cpp">
 			</File>
 			<File
+				RelativePath="..\..\tools\bugpoint\FindBugs.cpp">
+			</File>
+			<File
 				RelativePath="..\..\tools\bugpoint\Miscompilation.cpp">
 			</File>
 			<File
@@ -148,6 +151,9 @@
 			<File
 				RelativePath="..\..\tools\bugpoint\TestPasses.cpp">
 			</File>
+			<File
+				RelativePath="..\..\tools\bugpoint\ToolRunner.cpp">
+			</File>
 		</Filter>
 		<Filter
 			Name="Header Files"
@@ -159,6 +165,9 @@
 			<File
 				RelativePath="..\..\tools\bugpoint\ListReducer.h">
 			</File>
+			<File
+				RelativePath="..\..\tools\bugpoint\ToolRunner.h">
+			</File>
 		</Filter>
 	</Files>
 	<Globals>






More information about the llvm-commits mailing list