[PATCH] D142473: [UTC] Add --version argument
Jannik Silvanus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 06:06:01 PST 2023
jsilvanus added inline comments.
================
Comment at: llvm/utils/UpdateTestChecks/common.py:24
+
+1: Initial version.
+"""
----------------
Maybe mention that this is equivalent to no version specified.
================
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')
----------------
default=DEFAULT_VERSION?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142473/new/
https://reviews.llvm.org/D142473
More information about the llvm-commits
mailing list