Low Level Virtual Machine


NAME

llc

SYNOPSIS

llc [options] < filename>

DESCRIPTION

The llc command compiles LLVM bytecode into assembly language for a specified architecture. The assembly language output can then be passed through a native assembler and linker to generate native code.

OPTIONS

EXIT STATUS

If llc 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