summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-11 01:06:59 +0000
committerChris Lattner <sabre@nondot.org>2004-07-11 01:06:59 +0000
commit4b6cdab5829d171128de82065fff63fbd71136d9 (patch)
tree719adf6b6dfc8ecf8462a5c78d78ba5df00c6c2e
parent99dcad4584c266e12033e0720afcbe1b5cfedfdb (diff)
downloadbcm5719-llvm-4b6cdab5829d171128de82065fff63fbd71136d9.tar.gz
bcm5719-llvm-4b6cdab5829d171128de82065fff63fbd71136d9.zip
Add a -load option
llvm-svn: 14739
-rw-r--r--llvm/tools/lli/lli.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index 6ee0ed609b4..c02b7b303a2 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -20,6 +20,7 @@
#include "llvm/ExecutionEngine/ExecutionEngine.h"
#include "llvm/ExecutionEngine/GenericValue.h"
#include "Support/CommandLine.h"
+#include "Support/PluginLoader.h"
#include "llvm/System/Signals.h"
#include <iostream>
OpenPOWER on IntegriCloud