Dump BinaryFunction CFG into html.
Usage:
llvm-bolt <...> -dump-dot-all -dot-html
Then open resulting html in browser.
Paths
| Differential D125945
[BOLT][NFC] Dump function CFG into html, rendered in browser using d3-graphviz AbandonedPublic Authored by Amir on May 18 2022, 11:08 PM.
Details
Diff Detail
Event TimelineAmir retitled this revision from [BOLT][NFC] Dump dot into html using d3-graphviz to [BOLT][NFC] Dump function CFG into html, rendered in browser using d3-graphviz. This revision is now accepted and ready to land.May 19 2022, 12:41 PM Comment Actions I thought about it and now I don't think embedding html and javascript code into BOLT binary is a good idea.
Revision Contents
Diff 430759 bolt/include/bolt/Core/BinaryFunction.h
bolt/lib/Core/BinaryFunction.cpp
|
accidental newline?