llvm-dis

Converts LLVM bitcode files into human-readable LLVM Intermediate Representation (IR).…

llvm-dis

Converts 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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← llvm-config llvm-g++ →