[PATCH] D91890: Introduce -print-changes which show changes in patch-like format
Jamie Schmeiser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 7 12:52:46 PST 2020
jamieschmeiser updated this revision to Diff 309998.
jamieschmeiser edited the summary of this revision.
jamieschmeiser added a comment.
I have removed the templates and the compare hierarchy
because they are not necessary for this change reporter.
They will have to be re-introduced for the final reporter as
it builds on this one but their removal simplifies this review.
I have addressed your other comments and also made
changes so that the differences are shown in red and
green in addition to being prefixed with '-' and '+', respectively.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91890/new/
https://reviews.llvm.org/D91890
Files:
llvm/include/llvm/Passes/StandardInstrumentations.h
llvm/lib/Passes/StandardInstrumentations.cpp
llvm/test/Other/ChangePrinters/lit.local.cfg
llvm/test/Other/ChangePrinters/print-changes.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91890.309998.patch
Type: text/x-patch
Size: 27151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201207/130cef37/attachment.bin>
More information about the llvm-commits
mailing list