Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
[oota-llvm.git] / tools / llvm-ar / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS archive)
2
3 add_llvm_tool(llvm-ar
4   llvm-ar.cpp
5   )
6
7 # TODO: Support check-local.