summaryrefslogtreecommitdiff
path: root/tools/llvm-as/CMakeLists.txt
blob: d5620e72971b8fb8f162c3357327356e41065384 (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS asmparser bitwriter)

add_llvm_tool(llvm-as
  llvm-as.cpp
  )