summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-11-05 19:06:05 +0000
committerJim Grosbach <grosbach@apple.com>2012-11-05 19:06:05 +0000
commit6837232a609fe7b13473606a1c8a18eabfe2df2a (patch)
treed644f239b1467567c537e897f5c074f4cbf48f3c /tools/lli/Makefile
parent827b7a070d349737f1d6ff63115e0cbb0c031f9c (diff)
downloadllvm-6837232a609fe7b13473606a1c8a18eabfe2df2a.tar.gz
llvm-6837232a609fe7b13473606a1c8a18eabfe2df2a.tar.bz2
llvm-6837232a609fe7b13473606a1c8a18eabfe2df2a.tar.xz
lli: Initialize the native asm parser for inline assembly.
MCJIT supports inline assembly, but requires the asm parser to do so. Make sure to link it in and initialize it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167392 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 100fc2e415..31f3ab8a1e 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/Makefile
@@ -12,7 +12,7 @@ TOOLNAME := lli
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag
+LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag native
# If Intel JIT Events support is confiured, link against the LLVM Intel JIT
# Events interface library