reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | llvm-ranlib - generates an archive index ======================================== .. program:: llvm-ranlib SYNOPSIS -------- :program:`llvm-ranlib` [*options*] DESCRIPTION ----------- :program:`llvm-ranlib` is an alias for the :doc:`llvm-ar <llvm-ar>` tool that generates an index for an archive. It can be used as a replacement for GNU's :program:`ranlib` tool. Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``. SEE ALSO -------- :manpage:`llvm-ar(1)` |