llvm-6502/tools/llc/CMakeLists.txt

6 lines
105 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmprinter)
add_llvm_tool(llc
llc.cpp
)