diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-11-17 16:06:43 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-11-17 16:06:43 +0000 |
commit | 6aec29848676494867e26307698155bc2c5a4033 (patch) | |
tree | 5cf5e68fb4f1a6c3286462df234750dd6221e356 /tools/lli/lli.cpp | |
parent | 6d135972bf4e7fdc4de6b0538d6a3b91a06e3a5d (diff) |
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/lli.cpp')
-rw-r--r-- | tools/lli/lli.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 507e38d920..add6248fda 100644 --- a/tools/lli/lli.cpp +++ b/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" |