blob: 3116d2e4ff79eae914c574e6dca664248cce5f0f [file] [log] [blame]
Oscar Fuentes00905d52008-09-22 01:08:49 +00001set(LLVM_LINK_COMPONENTS archive)
2set(LLVM_REQUIRES_EH 1)
3
4add_llvm_tool(llvm-ranlib
5 llvm-ranlib.cpp
6 )