freebsd_amp_hwpstate/tools/lli/CMakeLists.txt

6 lines
128 B
CMake

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