1set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser irreader)
2
3add_llvm_tool(llc
4  llc.cpp
5  )
6