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
Paths
| Differential D88515
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 Note that this diff builds upon https://reviews.llvm.org/D87202
Diff Detail Event TimelineComment Actions 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. Comment Actions 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.
Revision Contents
Diff 295128 llvm/tools/llvm-diff/CMakeLists.txt
llvm/tools/llvm-diff/llvm-diff.cpp |
clang-tidy: error: 'llvm/IR/ChangeReporters.h' file not found [clang-diagnostic-error]
not useful