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)
commit2cce3f91f89e9ca353412db6c9e2b90b02d563fb
tree55797c73a1f4571974e1bfce36ab8c5a6f8fe8ac
parent7c3a53c0b293cd939a1b7ff848830613d64c0927
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.

llvm-svn: 167392
llvm/tools/lli/CMakeLists.txt
llvm/tools/lli/LLVMBuild.txt
llvm/tools/lli/Makefile
llvm/tools/lli/lli.cpp