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

add_llvm_tool(llvm-ar
  llvm-ar.cpp
  )

# TODO: Support check-local.