summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/CMakeLists.txt
blob: 70eb7603fdc60e700f56d6614ee7ed362f41b93c (plain)
1
2
3
4
5
6
7
set(LLVM_LINK_COMPONENTS archive)

add_llvm_tool(llvm-ar
  llvm-ar.cpp
  )

# TODO: Support check-local.