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

add_llvm_tool(lli
  lli.cpp
  )