summaryrefslogtreecommitdiff
path: root/tools/llvm-db
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/llvm-db
parenta3eb7b3983492a8f5b365d100b69771f06a72e73 (diff)
downloadllvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.tar.gz
llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.tar.bz2
llvm-4a1de8b25044a6bd8ca2d113d1a6eb907d222e4c.tar.xz
Add -load option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/llvm-db.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-db/llvm-db.cpp b/tools/llvm-db/llvm-db.cpp
index 53221e8a2b..cceac920d5 100644
--- a/tools/llvm-db/llvm-db.cpp
+++ b/tools/llvm-db/llvm-db.cpp
@@ -14,6 +14,7 @@
#include "CLIDebugger.h"
#include "Support/CommandLine.h"
+#include "Support/PluginLoader.h"
#include "llvm/System/Signals.h"
#include <iostream>