[PATCH] D92589: Introduce new quiet mode and new option handling for -print-changed.

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 10:03:11 PST 2020


jamieschmeiser updated this revision to Diff 312839.
jamieschmeiser retitled this revision from "Introduce new option -print-changed-only and associated change printer." to "Introduce new quiet mode and new option handling for -print-changed.".
jamieschmeiser edited the summary of this revision.
jamieschmeiser added a comment.

I have changed the option handling as discussed and used the optional
string on the option as you suggested.  I have also changed this from
being a separate change printer to being an option on the base class.
This way, they other proposed change printers can also benefit by getting
the verbose/quiet modes using the same code.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92589/new/

https://reviews.llvm.org/D92589

Files:
  llvm/include/llvm/Passes/StandardInstrumentations.h
  llvm/lib/Passes/StandardInstrumentations.cpp
  llvm/test/Other/change-printer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92589.312839.patch
Type: text/x-patch
Size: 17548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201218/5928e448/attachment.bin>


More information about the llvm-commits mailing list