1set(LLVM_LINK_COMPONENTS archive)
2set(LLVM_REQUIRES_EH 1)
3
4add_llvm_tool(llvm-ar
5  llvm-ar.cpp
6  )
7
8# TODO: Support check-local.
9