[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 12:23:40 PDT 2020
lattner added a comment.
Ok, but instead of allowing "fine grained control", why not allow a "tasteful default" and "all" option? The "all" option seems perfectly reasonable for the weird case, and eliminates a big configuration matrix. This would just entail turning the command line option into a magic number / enum.
-Chris
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82203/new/
https://reviews.llvm.org/D82203
More information about the llvm-commits
mailing list