llvm-6502/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)