llvm-link.rst
1.41 KB
llvm-link - LLVM bitcode linker
SYNOPSIS
:program:`llvm-link` [options] filename ...
DESCRIPTION
:program:`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 :option:`-o` option is used to specify a filename.
OPTIONS
EXIT STATUS
If :program:`llvm-link` succeeds, it will exit with 0. Otherwise, if an error occurs, it will exit with a non-zero value.