[llvm-commits] CVS: llvm/tools/bugpoint/bugpoint.cpp
Reid Spencer
reid at x10sys.com
Wed Jun 7 16:07:02 PDT 2006
Changes in directory llvm/tools/bugpoint:
bugpoint.cpp updated: 1.29 -> 1.30
---
Log message:
Make sure this tool links in all of libVMCore.a because it can --load
shared objects.
---
Diffs of the changes: (+1 -0)
bugpoint.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm/tools/bugpoint/bugpoint.cpp:1.29 llvm/tools/bugpoint/bugpoint.cpp:1.30
--- llvm/tools/bugpoint/bugpoint.cpp:1.29 Tue Jun 6 17:30:59 2006
+++ llvm/tools/bugpoint/bugpoint.cpp Wed Jun 7 18:06:50 2006
@@ -22,6 +22,7 @@
#include "llvm/Support/PluginLoader.h"
#include "llvm/System/Process.h"
#include "llvm/System/Signals.h"
+#include "llvm/LinkAllVMCore.h"
using namespace llvm;
// AsChild - Specifies that this invocation of bugpoint is being generated
More information about the llvm-commits
mailing list