Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

llvm-ranlib (1)

Name

llvm-ranlib - generates an archive index

Synopsis

llvm-ranlib [options]

Description

LLVM-RANLIB(1)                       LLVM                       LLVM-RANLIB(1)



NAME
       llvm-ranlib - generates an archive index

SYNOPSIS
       llvm-ranlib [options]

DESCRIPTION
       llvm-ranlib  is  an  alias for the llvm-ar tool that generates an index
       for an archive. It can be used as a replacement for GNU's ranlib tool.

       Running llvm-ranlib is equivalent to running llvm-ar s.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------+
       |ATTRIBUTE TYPE |  ATTRIBUTE VALUE    |
       +---------------+---------------------+
       |Availability   | developer/llvm/llvm |
       +---------------+---------------------+
       |Stability      | Uncommitted         |
       +---------------+---------------------+

SEE ALSO
       llvm-ar(1)

AUTHOR
       Maintained by the LLVM Team (https://llvm.org/).

COPYRIGHT
       2003-2022, LLVM Project



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source    was    downloaded     from      https://github.com/llvm/llvm-
       project/releases/download/llvmorg-11.0.0/llvm-11.0.0.src.tar.xz.

       Further information about this software can be found on the open source
       community website at https://llvm.org/.



11                                2022-06-28                    LLVM-RANLIB(1)