[PATCH] D65793: [UpdateTestChecks] Update tests option
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 19:20:54 PDT 2019
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
The patch does 3 things now:
- update_test_checks.py: add an alias `-u` for `--update-only`
- port `--update-only` to other `update_*_test_checks.py` scripts
- the script aborts if the test file was generated by another `update_*_test_checks.py` utility
The description should probably reflect the situation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65793/new/
https://reviews.llvm.org/D65793
More information about the llvm-commits
mailing list