diff options
Diffstat (limited to 'usr.bin/clang/llvm-ranlib')
-rw-r--r-- | usr.bin/clang/llvm-ranlib/Makefile | 15 | ||||
-rw-r--r-- | usr.bin/clang/llvm-ranlib/llvm-ranlib.1 | 80 |
2 files changed, 0 insertions, 95 deletions
diff --git a/usr.bin/clang/llvm-ranlib/Makefile b/usr.bin/clang/llvm-ranlib/Makefile deleted file mode 100644 index 2414e1f..0000000 --- a/usr.bin/clang/llvm-ranlib/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ - -.include <bsd.own.mk> - -PROG_CXX=llvm-ranlib - -SRCDIR= tools/llvm-ranlib -SRCS= llvm-ranlib.cpp - -LIBDEPS=llvmarchive \ - llvmbitreader \ - llvmcore \ - llvmsupport - -.include "../clang.prog.mk" diff --git a/usr.bin/clang/llvm-ranlib/llvm-ranlib.1 b/usr.bin/clang/llvm-ranlib/llvm-ranlib.1 deleted file mode 100644 index ead004a..0000000 --- a/usr.bin/clang/llvm-ranlib/llvm-ranlib.1 +++ /dev/null @@ -1,80 +0,0 @@ -.\" $FreeBSD$ -.TH "LLVM-RANLIB" "1" "2013-04-11" "3.3" "LLVM" -.SH NAME -llvm-ranlib \- Generate index for LLVM archive -. -.nr rst2man-indent-level 0 -. -.de1 rstReportMargin -\\$1 \\n[an-margin] -level \\n[rst2man-indent-level] -level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] -- -\\n[rst2man-indent0] -\\n[rst2man-indent1] -\\n[rst2man-indent2] -.. -.de1 INDENT -.\" .rstReportMargin pre: -. RS \\$1 -. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] -. nr rst2man-indent-level +1 -.\" .rstReportMargin post: -.. -.de UNINDENT -. RE -.\" indent \\n[an-margin] -.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] -.nr rst2man-indent-level -1 -.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] -.in \\n[rst2man-indent\\n[rst2man-indent-level]]u -.. -.\" Man page generated from reStructuredText. -. -.SH SYNOPSIS -.sp -\fBllvm\-ranlib\fP [\-\-version] [\-help] <archive\-file> -.SH DESCRIPTION -.sp -The \fBllvm\-ranlib\fP command is similar to the common Unix utility, \fBranlib\fP. It -adds or updates the symbol table in an LLVM archive file. Note that using the -\fBllvm\-ar\fP modifier \fIs\fP is usually more efficient than running \fBllvm\-ranlib\fP -which is only provided only for completness and compatibility. Unlike other -implementations of \fBranlib\fP, \fBllvm\-ranlib\fP indexes LLVM bitcode files, not -native object modules. You can list the contents of the symbol table with the -\fBllvm\-nm \-s\fP command. -.SH OPTIONS -.sp -\fIarchive\-file\fP -.INDENT 0.0 -.INDENT 3.5 -Specifies the archive\-file to which the symbol table is added or updated. -.UNINDENT -.UNINDENT -.sp -\fI\-\-version\fP -.INDENT 0.0 -.INDENT 3.5 -Print the version of \fBllvm\-ranlib\fP and exit without building a symbol table. -.UNINDENT -.UNINDENT -.sp -\fI\-help\fP -.INDENT 0.0 -.INDENT 3.5 -Print usage help for \fBllvm\-ranlib\fP and exit without building a symbol table. -.UNINDENT -.UNINDENT -.SH EXIT STATUS -.sp -If \fBllvm\-ranlib\fP succeeds, it will exit with 0. If an error occurs, a non\-zero -exit code will be returned. -.SH SEE ALSO -.sp -llvm\-ar|llvm\-ar, ranlib(1) -.SH AUTHOR -Maintained by The LLVM Team (http://llvm.org/). -.SH COPYRIGHT -2003-2013, LLVM Project -.\" Generated by docutils manpage writer. -. |