Add update_any_test_checks.py convenience utility
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 1 Dec 2022 12:40:13 +0000 (13:40 +0100)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 1 Dec 2022 16:25:53 +0000 (17:25 +0100)
commit1743052a1d8a3c595633f2857c46fa66aa0ff939
tree428b9b757f4a98e3aa6293570dcc6086357de25c
parent08e2a7638153e5917354d7575699d15b34c5ed4a
Add update_any_test_checks.py convenience utility

Given a list of test files, this utility will run (optionally in
parallel) the corresponding update_*_test_checks tool for all given
tests that have automatically generated assertions.

Differential Revision: https://reviews.llvm.org/D139100
llvm/utils/update_any_test_checks.py [new file with mode: 0755]