Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
[oota-llvm.git] / tools / llvm-ranlib / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS archive)
2
3 add_llvm_tool(llvm-ranlib
4   llvm-ranlib.cpp
5   )