llvm-project/llvm/tools/llc/CMakeLists.txt

18 lines
237 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AsmPrinter
CodeGen
Core
IRReader
MC
ScalarOpts
SelectionDAG
Support
Target
)
add_llvm_tool(llc
llc.cpp
)
set_target_properties(llc PROPERTIES ENABLE_EXPORTS 1)