summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-11-17 16:06:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-11-17 16:06:43 +0000
commit7e5d8a765fe51c6620fdb4600f15de6778924f85 (patch)
treed083044fdfc9d5b92d2ded0abfeb093d020ad135 /llvm/tools/lli/lli.cpp
parent70ff8b05e35520bb1b86a155b79922b36a8e5d73 (diff)
downloadbcm5719-llvm-7e5d8a765fe51c6620fdb4600f15de6778924f85.tar.gz
bcm5719-llvm-7e5d8a765fe51c6620fdb4600f15de6778924f85.zip
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
llvm-svn: 119509
Diffstat (limited to 'llvm/tools/lli/lli.cpp')
-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 507e38d9209..add6248fda8 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -23,6 +23,7 @@
#include "llvm/ExecutionEngine/Interpreter.h"
#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/ExecutionEngine/JITEventListener.h"
+#include "llvm/ExecutionEngine/MCJIT.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/IRReader.h"
#include "llvm/Support/ManagedStatic.h"
OpenPOWER on IntegriCloud