[PATCH] D142473: [UTC] Add --version argument
Jannik Silvanus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 06:21:50 PST 2023
jsilvanus added inline comments.
================
Comment at: llvm/utils/UpdateTestChecks/common.py:148
help='Generate a function body that always matches for unused prefixes. This is useful when unused prefixes are desired, and it avoids needing to annotate each FileCheck as allowing them.')
+ parser.add_argument('--version', type=int, default=1,
+ help='The version of output format')
----------------
nikic wrote:
> jsilvanus wrote:
> > default=DEFAULT_VERSION?
> This one should always stay at 1, added a comment to explain.
Makes sense, thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142473/new/
https://reviews.llvm.org/D142473
More information about the llvm-commits
mailing list