From e3f056154537194afd06c1940de72d4b6f2f4147 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 7 Jun 2006 23:06:50 +0000 Subject: [PATCH] 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 --- tools/bugpoint/bugpoint.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index f30243dcc45..21a46231812 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 -- 2.34.1