Improve tail call elimination to handle the switch statement.
[llvm.git] / tools / lli / CMakeLists.txt
blobce70d46e4a5e4f5f252e284e160ab3e85bdf4696
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag)
3 add_llvm_tool(lli
4   lli.cpp
5   )