[PATCH] D82203: [FileCheck] Implement -dump-input-context and -dump-input-filter
Chris Lattner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 28 09:12:03 PDT 2020
lattner added a comment.
High level question - do we need additional command line flags here? Why not build this into the default actions that FileCheck takes? These detailed flags are unlikely to be used by people in practice, and this expands the surface area of FileCheck that needs to be maintained - it also expands the testing surface of FileCheck itself.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82203/new/
https://reviews.llvm.org/D82203
More information about the llvm-commits
mailing list