1*7330f729Sjoergllvm-ranlib - generates an archive index 2*7330f729Sjoerg======================================== 3*7330f729Sjoerg 4*7330f729Sjoerg.. program:: llvm-ranlib 5*7330f729Sjoerg 6*7330f729SjoergSYNOPSIS 7*7330f729Sjoerg-------- 8*7330f729Sjoerg 9*7330f729Sjoerg:program:`llvm-ranlib` [*options*] 10*7330f729Sjoerg 11*7330f729SjoergDESCRIPTION 12*7330f729Sjoerg----------- 13*7330f729Sjoerg 14*7330f729Sjoerg:program:`llvm-ranlib` is an alias for the :doc:`llvm-ar <llvm-ar>` tool that 15*7330f729Sjoerggenerates an index for an archive. It can be used as a replacement for GNU's 16*7330f729Sjoerg:program:`ranlib` tool. 17*7330f729Sjoerg 18*7330f729SjoergRunning :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``. 19*7330f729Sjoerg 20*7330f729SjoergSEE ALSO 21*7330f729Sjoerg-------- 22*7330f729Sjoerg 23*7330f729Sjoerg:manpage:`llvm-ar(1)` 24