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

add_llvm_tool(lli
  lli.cpp
  )