[PATCH] D139100: Add update_any_test_checks.py convenience utility

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 08:09:46 PST 2022


arsenm added a comment.

I still think having different update_test*_* scripts was a mistake and we should have had one script that understands multiple forms of output. The current situation is divergent behavior with multiple run lines. Currently one of update_test_checks, update_mir_test_checks, and update_llc_test_checks understands the other ones run lines, but the other doesn't. They also can mess up each others superfluous whitespace and "." checks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139100



More information about the llvm-commits mailing list