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 | 7e5d8a765fe51c6620fdb4600f15de6778924f85 (patch) | |
tree | d083044fdfc9d5b92d2ded0abfeb093d020ad135 /llvm/tools/lli/lli.cpp | |
parent | 70ff8b05e35520bb1b86a155b79922b36a8e5d73 (diff) | |
download | bcm5719-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.cpp | 1 |
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" |