1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llc/CMakeLists.txt
2010-09-10 21:14:25 +00:00

7 lines
122 B
CMake

add_llvm_tool(llc
llc.cpp
)
add_llvm_link_components(llc all)
target_link_libraries(llc LLVMBitReader LLVMAsmParser)