[PATCH] D83097: [FileCheck] Implement -dump-input-filter

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 14:36:21 PDT 2020


jdenny created this revision.
jdenny added reviewers: probinson, thopre, jhenderson, mehdi_amini.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
jdenny added a parent revision: D82203: [FileCheck] Implement -dump-input-context.

This makes the input dump filtering implemented by D82203 <https://reviews.llvm.org/D82203> more
configurable.  D82203 <https://reviews.llvm.org/D82203> enables filtering out everything but the initial
input lines of error diagnostics (plus some context).  This patch
enables including any line with any kind of annotation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83097

Files:
  llvm/test/FileCheck/dump-input-filter.txt
  llvm/utils/FileCheck/FileCheck.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83097.275240.patch
Type: text/x-patch
Size: 19090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200702/87844e2a/attachment.bin>


More information about the llvm-commits mailing list