There is no EndPtr anymore - reinterpret the original comment in terms
[oota-llvm.git] / tools / lli / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag)
2
3 add_llvm_tool(lli
4   lli.cpp
5   )