summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang/llvm-ranlib/llvm-ranlib.1
blob: 60ada0217a0debf6af3cfe55ea190d3f5aabb8cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.\" $FreeBSD$
.TH "LLVM-RANLIB" "1" "2012-08-16" "3.2" "LLVM"
.SH NAME
llvm-ranlib \- Generate index for LLVM archive
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.\" Man page generated from reStructuredText.
.
.SH SYNOPSIS
.sp
\fBllvm\-ranlib\fP [\-\-version] [\-help] <archive\-file>
.SH DESCRIPTION
.sp
The \fBllvm\-ranlib\fP command is similar to the common Unix utility, \fBranlib\fP. It
adds or updates the symbol table in an LLVM archive file. Note that using the
\fBllvm\-ar\fP modifier \fIs\fP is usually more efficient than running \fBllvm\-ranlib\fP
which is only provided only for completness and compatibility. Unlike other
implementations of \fBranlib\fP, \fBllvm\-ranlib\fP indexes LLVM bitcode files, not
native object modules. You can list the contents of the symbol table with the
\fBllvm\-nm \-s\fP command.
.SH OPTIONS
.sp
\fIarchive\-file\fP
.INDENT 0.0
.INDENT 3.5
Specifies the archive\-file to which the symbol table is added or updated.
.UNINDENT
.UNINDENT
.sp
\fI\-\-version\fP
.INDENT 0.0
.INDENT 3.5
Print the version of \fBllvm\-ranlib\fP and exit without building a symbol table.
.UNINDENT
.UNINDENT
.sp
\fI\-help\fP
.INDENT 0.0
.INDENT 3.5
Print usage help for \fBllvm\-ranlib\fP and exit without building a symbol table.
.UNINDENT
.UNINDENT
.SH EXIT STATUS
.sp
If \fBllvm\-ranlib\fP succeeds, it will exit with 0.  If an error occurs, a non\-zero
exit code will be returned.
.SH SEE ALSO
.sp
llvm\-ar|llvm\-ar, ranlib(1)
.SH AUTHOR
Maintained by The LLVM Team (http://llvm.org/).
.SH COPYRIGHT
2012, LLVM Project
.\" Generated by docutils manpage writer.
.
OpenPOWER on IntegriCloud