diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-06-07 23:06:50 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-06-07 23:06:50 +0000 |
| commit | c1588f624c1618c05004368a54a448a4bb88335c (patch) | |
| tree | 237e2dd5d39cee21ef05cd5f4e020b7f961a3f1b /llvm/tools/bugpoint/bugpoint.cpp | |
| parent | 5113dc5cfe80712df1132dcfc7e3adbd4e838afd (diff) | |
| download | bcm5719-llvm-c1588f624c1618c05004368a54a448a4bb88335c.tar.gz bcm5719-llvm-c1588f624c1618c05004368a54a448a4bb88335c.zip | |
Make sure this tool links in all of libVMCore.a because it can --load
shared objects.
llvm-svn: 28720
Diffstat (limited to 'llvm/tools/bugpoint/bugpoint.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/bugpoint.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index f30243dcc45..21a46231812 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/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 |

