Converting llvm .bc file to human readable .ll file

20,312

Here is a useful link with all the llvm commands. Obviously llvm-dis does what you ask.

Share:
20,312

Related videos on Youtube

pythonic
Author by

pythonic

Updated on November 18, 2020

Comments

  • pythonic
    pythonic over 3 years

    How can I generate human readable llvm bitcode (extension .ll) from the binary llvm bitcode (extension .bc) file?