llvm-dis Command Examples

Convert LLVM bitcode files into human-readable LLVM Intermediate Representation (IR). More information: https://www.llvm.org/docs/CommandGuide/llvm-dis.html.

llvm-dis {{path/to/input.bc}} -o -

llvm-dis {{path/to/file.bc}}

llvm-dis {{path/to/input.bc}} -o {{path/to/output.ll}}