[PATCH] D142473: [UTC] Add --version argument

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 06:20:10 PST 2023


nikic marked an inline comment as done.
nikic 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')
----------------
jsilvanus wrote:
> default=DEFAULT_VERSION?
This one should always stay at 1, added a comment to explain.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142473/new/

https://reviews.llvm.org/D142473



More information about the llvm-commits mailing list