8fd34aca3fd825570ba7ab40987e00211d472206
[oota-llvm.git] / tools / lli / CMakeLists.txt
1 add_llvm_tool(lli
2   lli.cpp
3   )
4
5 add_llvm_link_components(lli jit interpreter nativecodegen)
6 target_link_libraries(lli LLVMBitReader LLVMSelectionDAG)