Low Level Virtual Machine


NAME

llvm-dis

SYNOPSIS

llvm-dis [options] < filename>

DESCRIPTION

The llvm-dis command is the LLVM disassembler. It takes an LLVM bytecode file and converts it into one of several human readable formats. By default, llvm-dis places its output in filename.ll, removing the .bc suffix if it exists.

OPTIONS

EXIT STATUS

If llvm-dis 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