mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
f93b49c8b4
It was causing some errors like: Encoding error: 'ascii' codec can't decode byte 0xe2 in position 341: ordinal not in range(128) The full traceback has been saved in /tmp/sphinx-err-y2fq4dtb.log, if you want to report the issue to the developers. llvm-svn: 369644
24 lines
482 B
ReStructuredText
24 lines
482 B
ReStructuredText
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)`
|