Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 284 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 284 Bytes

llvm-html

Tool to emit HTML from LLVM-IR to make it easier to browse.

How to compile: Clone the repo into your llvm-project/llvm/tools directory and compile like normal. The llvm-html tool works like llvm-dis.

Note: This may not work for all browsers, Chrome seems to work best.