summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
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
commit6aec29848676494867e26307698155bc2c5a4033 (patch)
tree5cf5e68fb4f1a6c3286462df234750dd6221e356 /tools/lli/Makefile
parent6d135972bf4e7fdc4de6b0538d6a3b91a06e3a5d (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/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index 3217d23d317..80aa82b4d68 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -9,7 +9,7 @@
LEVEL := ../..
TOOLNAME := lli
-LINK_COMPONENTS := jit interpreter nativecodegen bitreader asmparser selectiondag
+LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag
# Enable JIT support
include $(LEVEL)/Makefile.common