1LLVM-RANLIB(1)                LLVM Command Guide                LLVM-RANLIB(1)
2
3
4

NAME

6       llvm-ranlib - Generate index for LLVM archive
7

SYNOPSIS

9       llvm-ranlib [--version] [-help] <archive-file>
10

DESCRIPTION

12       The llvm-ranlib command is similar to the common Unix utility,
13       "ranlib". It adds or updates the symbol table in an LLVM archive file.
14       Note that using the llvm-ar modifier s is usually more efficient than
15       running llvm-ranlib which is only provided only for completness and
16       compatibility. Unlike other implementations of "ranlib", llvm-ranlib
17       indexes LLVM bitcode files, not native object modules. You can list the
18       contents of the symbol table with the "llvm-nm -s" command.
19

OPTIONS

21       archive-file
22           Specifies the archive-file to which the symbol table is added or
23           updated.
24
25       --version
26           Print the version of llvm-ranlib and exit without building a symbol
27           table.
28
29       -help
30           Print usage help for llvm-ranlib and exit without building a symbol
31           table.
32

EXIT STATUS

34       If llvm-ranlib succeeds, it will exit with 0.  If an error occurs, a
35       non-zero exit code will be returned.
36

SEE ALSO

38       llvm-ar, ranlib(1)
39

AUTHORS

41       Maintained by the LLVM Team (<http://llvm.org>).
42
43
44
45CVS                               2010-05-07                    LLVM-RANLIB(1)
Impressum