1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/lli/CMakeLists.txt
Daniel Dunbar b2436c4725 Update CMake.
llvm-svn: 118953
2010-11-13 00:28:32 +00:00

6 lines
122 B
CMake

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