[PATCH] D91890: Introduce -print-changed=[diff | diff-quiet] which show changes in patch-like format

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 12:16:53 PST 2021


jamieschmeiser updated this revision to Diff 316739.
jamieschmeiser retitled this revision from "Introduce -print-changes which show changes in patch-like format" to "Introduce -print-changed=[diff | diff-quiet] which show changes in patch-like format".
jamieschmeiser edited the summary of this revision.
jamieschmeiser added a comment.

Updated option control to be -print-changed=[diff | diff-quiet]

  rather than a separate option.  This also introduces the
  quiet mode.  Change/add tests accordingly.


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-changed-diff.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91890.316739.patch
Type: text/x-patch
Size: 36189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/c614d5ae/attachment.bin>


More information about the llvm-commits mailing list