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
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
utils/update_mir_test_checks.py | ||
---|---|---|
429 ↗ | (On Diff #188876) | typo? test_path*s* |
Hm, never noticed this. I guess bash always expanded glob beforehand for me.
As a footnote, i wonder if utils/update_cc_test_checks.py bitrot nowadays.
I wasn't successful in using it last year.
utils/update_mir_test_checks.py | ||
---|---|---|
429 ↗ | (On Diff #188876) | cheers - I tested llc/opt/analyze variants but hadn't mir as I hit some python3 issues ("bytes-like object is required, not 'str'"") that I hadn't tracked down... |
Fixed mir + tested on python27 (although it still doesn't run on python3 - that needs to be fixed separately).
Dropped the cc change as like Roman said it needs some attention first.
Tested llc/opt/analyze on python3 and python27
Not on windows (which is what I care about) and probably others. Bash usually works, although I've seen problems with subfolder expansion on git bash - haven't tested much else.