[llvm] update_test_checks: add new --filter-all-after option (PR #129739)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 07:16:05 PST 2025
================
@@ -151,6 +159,13 @@ def __call__(self, parser, namespace, values, option_string=None):
metavar="REGEX",
help="Exclude lines matching REGEX",
)
+ filter_group.add_argument(
+ "--filter-all-after",
----------------
david-arm wrote:
Done
https://github.com/llvm/llvm-project/pull/129739
More information about the llvm-commits
mailing list