summaryrefslogtreecommitdiff
path: root/tools/llc/CMakeLists.txt
blob: 43f30be208bb2c6398cdc5ebf28131a0b29b005e (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmprinter)

add_llvm_tool(llc
  llc.cpp
  )