[PATCH] D65610: Robustify update_test_checks.py to non-autogened tests, and add a mode to skip non-autogenerated ones
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 11:29:20 PDT 2019
xbolva00 added inline comments.
================
Comment at: utils/update_test_checks.py:65
'--function', help='The function in the test file to update')
+ parser.add_argument('--update-only', action="store_true",
+ help='Only update test if it was already autogened')
----------------
MaskRay wrote:
> Prefer single quotes.
Can you add short option?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65610/new/
https://reviews.llvm.org/D65610
More information about the llvm-commits
mailing list