Low Level Virtual Machine


NAME

llvm-link

SYNOPSIS

llvm-link [options] <filename> [filename ...]

DESCRIPTION

The llvm-link command takes several LLVM bytecode files and links them together into a single LLVM bytecode file.

OPTIONS

EXIT STATUS

If llvm-link succeeds, it will exit with 0. Otherwise, if an error occurs, it will exit with a non-zero value.

SEE ALSO

llvm-dis, lli
LLVM Team