summaryrefslogtreecommitdiff
path: root/tools/llc/CMakeLists.txt
blob: 798578e7bb77fd9a79afdf4c6bb482d0ad1a9ceb (plain)
1
2
3
4
5
6
add_llvm_tool(llc
  llc.cpp
  )

add_llvm_link_components(llc all)
target_link_libraries(llc LLVMBitReader LLVMAsmParser)