OSDN Git Service

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)
commitcf02f1a2ebbfb4160f83836f574197c95db96b34
tree06b76c79a8ccdbfe8893e50982a423ca3c2f227c
parent3a22eb400ff3e864a3ee8e5a1aaaded640c47b3c
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355386 91177308-0d34-0410-b5e6-96231b3b80d8
utils/update_analyze_test_checks.py
utils/update_llc_test_checks.py
utils/update_mir_test_checks.py
utils/update_test_checks.py