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

add_llvm_tool(lli
  lli.cpp
  )