[PATCH] D125945: [BOLT][NFC] Dump function CFG into html, rendered in browser using d3-graphviz

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 12:41:18 PDT 2022


rafauler accepted this revision.
rafauler added a comment.
This revision is now accepted and ready to land.

Oh that's awesome



================
Comment at: bolt/lib/Core/BinaryFunction.cpp:3065
+     << "<body>\n"
+
+     << "<script src=\"https://d3js.org/d3.v5.min.js\"></script>\n"
----------------
accidental newline?


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