summaryrefslogtreecommitdiff
path: root/tools/llvm-db
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-08 00:25:44 +0000
committerChris Lattner <sabre@nondot.org>2006-06-08 00:25:44 +0000
commit7f3ac4108d3e8ad83ade659665d7346d6e1f3e5e (patch)
tree9881368b30ea87ae9e9198e9e2a300b8ceaab6d2 /tools/llvm-db
parent32f5553c03dc97912b0aa77583a23972e1a882e1 (diff)
downloadllvm-7f3ac4108d3e8ad83ade659665d7346d6e1f3e5e.tar.gz
llvm-7f3ac4108d3e8ad83ade659665d7346d6e1f3e5e.tar.bz2
llvm-7f3ac4108d3e8ad83ade659665d7346d6e1f3e5e.tar.xz
This no longer needs plugins, this it doesn't need all of VMCore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/llvm-db.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvm-db/llvm-db.cpp b/tools/llvm-db/llvm-db.cpp
index b270535452..2680d8c423 100644
--- a/tools/llvm-db/llvm-db.cpp
+++ b/tools/llvm-db/llvm-db.cpp
@@ -14,9 +14,7 @@
#include "CLIDebugger.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/PluginLoader.h"
#include "llvm/System/Signals.h"
-#include "llvm/LinkAllVMCore.h"
#include <iostream>
using namespace llvm;