llvm-dis (1) Linux Manual Page
NAME llvm-dis – LLVM disassembler SYNOPSIS llvm-dis [options] [filename] DESCRIPTION The llvm-dis command is the LLVM disassembler. It takes an LLVM bitcode file and converts it into human-readable LLVM assembly language. If filename is omitted or specified as "-", llvm-dis reads its input from standard input. If the input is being read from standard input,…
