[PATCH] D64589: [UpdateTestChecks] Emit warning when invalid value for -check-prefix option

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 04:46:08 PDT 2019


xbolva00 added a comment.

@lebedev.ri  @RKSimon

FileCheck says 
"Prefixes must be unique, *start with a letter* and contain only alphanumeric characters, hyphens and underscores"

but it does not enforce it in RE, should we enforce it here?


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

https://reviews.llvm.org/D64589





More information about the llvm-commits mailing list