Low Level Virtual Machine


NAME

llvm-as

SYNOPSIS

llvm-as [options] < filename>

DESCRIPTION

The llvm-as command is the LLVM assembler. It takes a human readable LLVM assembly language file and translates it into LLVM bytecode. By default, llvm-as places its output into filename.bc.

OPTIONS

EXIT STATUS

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

SEE ALSO

llvm-dis
LLVM Team