freebsd-skq/tools/lli/CMakeLists.txt
2009-06-02 17:52:33 +00:00

6 lines
112 B
CMake

set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag)
add_llvm_tool(lli
lli.cpp
)