llvm-link.1 revision 363496
$FreeBSD: stable/11/usr.bin/clang/llvm-link/llvm-link.1 363496 2020-07-24 20:54:07Z dim $
Man page generated from reStructuredText.
.
"LLVM-LINK" "1" "2020-06-26" "10" "LLVM"
NAME
llvm-link - LLVM bitcode linker . .nr rst2man-indent-level 0 . \\$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] .. .rstReportMargin pre:
. RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .rstReportMargin post:
.. . 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]]
..
SYNOPSIS
llvm-link [options] filename ...
DESCRIPTION
llvm-link takes several LLVM bitcode files and links them together into a single LLVM bitcode file. It writes the output file to standard output, unless the \%-o option is used to specify a filename.
OPTIONS
NDENT 0.0

-f Enable binary output on terminals. Normally, llvm-link will refuse to write raw bitcode output if the output stream is a terminal. With this option, llvm-link will write raw bitcode regardless of the output device. NINDENT NDENT 0.0

-o filename Specify the output file name. If filename is "-", then llvm-link will write its output to standard output. NINDENT NDENT 0.0

-S Write output in LLVM intermediate language (instead of bitcode). NINDENT NDENT 0.0

-d If specified, llvm-link prints a human-readable version of the output bitcode file to standard error. NINDENT NDENT 0.0

-help Print a summary of command line options. NINDENT NDENT 0.0

-v Verbose mode. Print information about what llvm-link is doing. This typically includes a message for each bitcode file linked in and for each library found. NINDENT

EXIT STATUS
If llvm-link succeeds, it will exit with 0. Otherwise, if an error occurs, it will exit with a non-zero value.
AUTHOR
Maintained by the LLVM Team (https://llvm.org/).
COPYRIGHT
2003-2020, LLVM Project Generated by docutils manpage writer.
.