[PATCH] D117694: [UpdateTestChecks] Add --filter and --filter-out options

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 22:19:17 PST 2022


craig.topper added a comment.

Should update_analyze_test_checks.py have been included in this? I'm getting an error like

    File "llvm/utils/UpdateTestChecks/common.py", line 435, in __init__
      flags.filters)) if flags.filters else []
  AttributeError: type object '' has no attribute 'filters'


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117694/new/

https://reviews.llvm.org/D117694



More information about the llvm-commits mailing list