1LLVM-RANLIB(1) LLVM LLVM-RANLIB(1)
23
4
NAME
6llvm-ranlib - generates an archive index
7
SYNOPSIS
9llvm-ranlib [options] archive...
10
DESCRIPTION
12llvm-ranlib is an alias for the llvm-ar tool that generates an index
13for one or more archives. It can be used as a replacement for GNU's
14ranlib tool.
1516
Running llvm-ranlib is equivalent to running llvm-ar s.
17
SEE ALSO
19llvm-ar(1)
20
AUTHOR
22Maintained by the LLVM Team (https://llvm.org/).
23
COPYRIGHT
252003-2023, LLVM Project
2627
28
29
30
15 2023-07-20 LLVM-RANLIB(1)