llvm-ranlib - Man Page

generates an archive index

Synopsis

llvm-ranlib [options] archive...

Description

llvm-ranlib is an alias for the llvm-ar <> tool that generates an index for one or more archives. It can be used as a replacement for GNU's ranlib tool.

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

See Also

llvm-ar(1) <llvm-ar.html>

Author

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

Referenced By

The man page llvm-ranlib-21(1) is an alias of llvm-ranlib(1).

2026-01-19 21 LLVM