summaryrefslogtreecommitdiff
path: root/tools/lli/CMakeLists.txt
blob: ce70d46e4a5e4f5f252e284e160ab3e85bdf4696 (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag)

add_llvm_tool(lli
  lli.cpp
  )