Add wildcard support to all update_*_test_checks.py scripts (PR37500)
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 5 Mar 2019 10:44:37 +0000 (10:44 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 5 Mar 2019 10:44:37 +0000 (10:44 +0000)
commitf509fe4655a0c53a7db25d792d22f34daa5bec36
tree870c7e384d30e41e6d2b4f3d4e4d8557c3620ca0
parent4a9086b537371627252832eb4ce56065c220a787
Add wildcard support to all update_*_test_checks.py scripts (PR37500)

We can already update multiple files in each update call, this extends it to work with wildcards as well in the same way as update_mca_test_checks.py (to support shells that won't do this for us - windows command prompt etc.)

Differential Revision: https://reviews.llvm.org/D58817

llvm-svn: 355386
llvm/utils/update_analyze_test_checks.py
llvm/utils/update_llc_test_checks.py
llvm/utils/update_mir_test_checks.py
llvm/utils/update_test_checks.py