[PATCH] D88515: Add dot-cfg-changes style view to the llvm-diff tool

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 15:01:54 PDT 2020


jamieschmeiser created this revision.
jamieschmeiser added reviewers: aeubanks, madhur13490, yrouban, ychen, MaskRay.
Herald added a subscriber: mgorny.
Herald added a project: LLVM.
jamieschmeiser requested review of this revision.

Add an option -dot-cfg=<dir> to llvm-diff so that it uses the dot-cfg-changes
 graphical view, building a web-site with either the module differences or the
 indicated functions.

Note that this diff builds upon https://reviews.llvm.org/D87202


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88515

Files:
  llvm/tools/llvm-diff/CMakeLists.txt
  llvm/tools/llvm-diff/llvm-diff.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88515.295128.patch
Type: text/x-patch
Size: 4128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200929/c4b9fa67/attachment.bin>


More information about the llvm-commits mailing list