From 2ea5ae618c79958a87b346d4992e1cf819a15bc7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 12 Nov 2004 00:18:35 +0000 Subject: Document the new llvm-ranlib command. llvm-svn: 17687 --- llvm/docs/CommandGuide/llvm-ranlib.pod | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 llvm/docs/CommandGuide/llvm-ranlib.pod (limited to 'llvm/docs/CommandGuide/llvm-ranlib.pod') diff --git a/llvm/docs/CommandGuide/llvm-ranlib.pod b/llvm/docs/CommandGuide/llvm-ranlib.pod new file mode 100644 index 00000000000..e7ed4689db0 --- /dev/null +++ b/llvm/docs/CommandGuide/llvm-ranlib.pod @@ -0,0 +1,52 @@ +=pod + +=head1 NAME + +llvm-ranlib - Generate index for LLVM archive + +=head1 SYNOPSIS + +B [--version] [--help] + +=head1 DESCRIPTION + +The B command is similar to the common Unix utility, C. It +adds or updates the symbol table in an LLVM archive file. Note that using the +B modifier F is usually more efficient than running B +which is only provided only for completness and compatibility. Unlike other +implementations of C, B indexes LLVM bytecode files, not +native object modules. You can list the contents of the symbol table with the +C command. + +=head1 OPTIONS + +=over + +=item F + +Specifies the archive-file to which the symbol table is added or updated. + +=item F<--version> + +Print the version of B and exit without building a symbol table. + +=item F<--help> + +Print usage help for B and exit without building a symbol table. + +=back + +=head1 EXIT STATUS + +If B succeeds, it will exit with 0. If an error occurs, a non-zero +exit code will be returned. + +=head1 SEE ALSO + +L,L + +=head1 AUTHORS + +Maintained by the LLVM Team (L). + +=cut -- cgit v1.2.3