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>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to