MC: Eliminate an unnecessary copy.
[llvm.git] / tools / llvm-ranlib / CMakeLists.txt
blob3116d2e4ff79eae914c574e6dca664248cce5f0f
1 set(LLVM_LINK_COMPONENTS archive)
2 set(LLVM_REQUIRES_EH 1)
4 add_llvm_tool(llvm-ranlib
5   llvm-ranlib.cpp
6   )