llvm-ranlib (1) Linux Manual Page
llvm-ranlib – Generate index for LLVM archive Synopsisllvm-ranlib [–version] [-help] <archive-file> DescriptionThe llvm-ranlib command is similar to the common Unix utility, "ranlib". It adds or updates the symbol table in an LLVM archive file. Note that using the llvm-ar modifier s is usually more efficient than running llvm-ranlib which is only provided only for completness…
