Enter search terms or a module, class or function name.
llvm-ranlib [options]
llvm-ranlib is an alias for the llvm-ar tool that generates an index for an archive. It can be used as a replacement for GNU’s ranlib tool.
Running llvm-ranlib is equivalent to running llvm-ar s.
llvm-ar(1)