summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-06-07 23:06:50 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-06-07 23:06:50 +0000
commite3f056154537194afd06c1940de72d4b6f2f4147 (patch)
tree384edeb24d59351529db7f097df3fd50596381a4 /tools/bugpoint/bugpoint.cpp
parentaf303d53e6013417d189621c75179df6c7cbdcde (diff)
downloadllvm-e3f056154537194afd06c1940de72d4b6f2f4147.tar.gz
llvm-e3f056154537194afd06c1940de72d4b6f2f4147.tar.bz2
llvm-e3f056154537194afd06c1940de72d4b6f2f4147.tar.xz
Make sure this tool links in all of libVMCore.a because it can --load
shared objects. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-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 f30243dcc4..21a4623181 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -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