How can I generate human readable llvm bitcode (extension .ll) from the binary llvm bitcode (extension .bc) file?
Asked
Active
Viewed 2.3k times
1 Answers
35
Here is a useful link with all the llvm commands. Obviously llvm-dis
does what you ask.

Slartibartfast
- 8,735
- 6
- 41
- 45