summaryrefslogtreecommitdiff
path: root/tools/lli/CMakeLists.txt
blob: 8fd34aca3fd825570ba7ab40987e00211d472206 (plain)
1
2
3
4
5
6
add_llvm_tool(lli
  lli.cpp
  )

add_llvm_link_components(lli jit interpreter nativecodegen)
target_link_libraries(lli LLVMBitReader LLVMSelectionDAG)