This is an archive of the discontinued LLVM Phabricator instance.

Add dot-cfg-changes style view to the llvm-diff tool
AbandonedPublic

Authored by jamieschmeiser on Sep 29 2020, 3:01 PM.

Details

Summary

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

Diff Detail

Event Timeline

jamieschmeiser created this revision.Sep 29 2020, 3:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2020, 3:01 PM
Herald added a subscriber: mgorny. · View Herald Transcript
jamieschmeiser requested review of this revision.Sep 29 2020, 3:01 PM

Note that the clang-tidy comment about the non-existent header is because this PR builds upon other PRs that have not been incorporated yet, one of which introduces the header file.

mamai added a subscriber: mamai.Dec 16 2020, 11:41 AM

This will require changes based on changes that have been made to the code it uses. The changes will be made after that code lands.

Matt added a subscriber: Matt.May 27 2021, 9:48 AM
jamieschmeiser abandoned this revision.Dec 2 2022, 11:23 AM

This is out of date and would require reworking.

Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 11:23 AM
Herald added a subscriber: StephenFan. · View Herald Transcript