mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 22:01:05 +01:00
a324c34037
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16.0.4-0-gae42196bc493 (aka 16.0.4 release). PR: 271047 MFC after: 1 month
52 lines
1.3 KiB
Groff
52 lines
1.3 KiB
Groff
.\" Man page generated from reStructuredText.
|
|
.
|
|
.
|
|
.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
|
|
..
|
|
.TH "LLVM-RANLIB" "1" "2023-05-24" "16" "LLVM"
|
|
.SH NAME
|
|
llvm-ranlib \- generates an archive index
|
|
.SH SYNOPSIS
|
|
.sp
|
|
\fBllvm\-ranlib\fP [\fIoptions\fP] \fIarchive...\fP
|
|
.SH DESCRIPTION
|
|
.sp
|
|
\fBllvm\-ranlib\fP is an alias for the \fI\%llvm\-ar\fP tool that
|
|
generates an index for one or more archives. It can be used as a replacement for GNU\(aqs
|
|
\fBranlib\fP tool.
|
|
.sp
|
|
Running \fBllvm\-ranlib\fP is equivalent to running \fBllvm\-ar s\fP\&.
|
|
.SH SEE ALSO
|
|
.sp
|
|
\fBllvm\-ar(1)\fP
|
|
.SH AUTHOR
|
|
Maintained by the LLVM Team (https://llvm.org/).
|
|
.SH COPYRIGHT
|
|
2003-2023, LLVM Project
|
|
.\" Generated by docutils manpage writer.
|
|
.
|