[PATCH] D125945: [BOLT][NFC] Dump function CFG into html, rendered in browser using d3-graphviz
Amir Ayupov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 23 13:17:51 PDT 2022
Amir abandoned this revision.
Amir added a comment.
I thought about it and now I don't think embedding html and javascript code into BOLT binary is a good idea.
A better approach would be to embed dot file into html template using an external tool: D126218 <https://reviews.llvm.org/D126218>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125945/new/
https://reviews.llvm.org/D125945
More information about the llvm-commits
mailing list