llvm-dis-14 (1) Linux Manual Page
llvm-dis – LLVM disassembler Synopsisllvm-dis [options] [filename] DescriptionThe 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, then llvm-dis will…
