[llvm-objdump] - Import the test/Object/X86/no-start-symbol.test test case and rewrit...
[llvm-complete.git] / docs / CommandGuide / llvm-ranlib.md
blob4377364b57d7b1a0b6d42c8edfbd9a17cd226390
1 # llvm-ranlib - generates an archive index
3 ## SYNOPSIS
5 **llvm-ranlib** [*options*]
7 ## DESCRIPTION
9 **llvm-ranlib** is an alias for the [llvm-ar](llvm-ar.html) tool that generates
10 an index for an archive. It can be used as a replacement for GNU's **ranlib**
11 tool.
13 Running **llvm-ranlib** is equivalent to running **llvm-ar s**.
15 ## SEE ALSO
17 Refer to [llvm-ar](llvm-ar.html) for additional information.