[llvm-commits] CVS: llvm/tools/bugpoint/bugpoint.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Jul 10 20:07:01 PDT 2004


Changes in directory llvm/tools/bugpoint:

bugpoint.cpp updated: 1.16 -> 1.17

---
Log message:

Add -load option


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

Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm/tools/bugpoint/bugpoint.cpp:1.16 llvm/tools/bugpoint/bugpoint.cpp:1.17
--- llvm/tools/bugpoint/bugpoint.cpp:1.16	Thu May 27 00:39:54 2004
+++ llvm/tools/bugpoint/bugpoint.cpp	Sat Jul 10 20:06:20 2004
@@ -18,6 +18,7 @@
 #include "llvm/Support/ToolRunner.h"
 #include "Support/CommandLine.h"
 #include "llvm/System/Signals.h"
+#include "Support/PluginLoader.h"
 #include "Config/unistd.h"
 #include <sys/resource.h>
 using namespace llvm;





More information about the llvm-commits mailing list