[PATCH] D82203: [FileCheck] Implement -dump-input-context and -dump-input-filter
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 08:01:08 PDT 2020
Meinersbur added a comment.
The LABEL can be large as well (or the test does not have labels), but I think it would a nice feature to have in addition to line limits since it is not as arbitrary as a number of lines. Both approaches can be combined, i.e. restrict emitted lines to within two labels, even if `-dump-input-context` alone would print lines before and after.
Just asking to consider this, it might be too difficult to implement.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82203/new/
https://reviews.llvm.org/D82203
More information about the llvm-commits
mailing list