aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-11 01:08:19 +0000
committerChris Lattner <sabre@nondot.org>2004-07-11 01:08:19 +0000
commit4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c (patch)
treef61795a5ede2c49ed4edc1caf76c0615a84573c7 /tools/bugpoint
parenta3eb7b3983492a8f5b365d100b69771f06a72e73 (diff)
downloadexternal_llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.zip
external_llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.tar.gz
external_llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.tar.bz2
Add -load option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r--tools/bugpoint/bugpoint.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 6dc0855..9bf3a00 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -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;