lli: Initialize the native asm parser for inline assembly.
authorJim Grosbach <grosbach@apple.com>
Mon, 5 Nov 2012 19:06:05 +0000 (19:06 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 5 Nov 2012 19:06:05 +0000 (19:06 +0000)
commit6837232a609fe7b13473606a1c8a18eabfe2df2a
treed644f239b1467567c537e897f5c074f4cbf48f3c
parent827b7a070d349737f1d6ff63115e0cbb0c031f9c
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
tools/lli/CMakeLists.txt
tools/lli/LLVMBuild.txt
tools/lli/Makefile
tools/lli/lli.cpp