6 lines
128 B
CMake
6 lines
128 B
CMake
set(LLVM_LINK_COMPONENTS mcjit jit interpreter nativecodegen bitreader asmparser selectiondag)
|
|
|
|
add_llvm_tool(lli
|
|
lli.cpp
|
|
)
|