llvm-6502/tools/lli/CMakeLists.txt

6 lines
112 B
CMake
Raw Normal View History

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