jayfoad wrote: > The other thing is the annoying constant oscillation between > `-check-prefixes=` and `-check-prefix=` and different sets of prefixes as we > update tests downstream.
Personally I think the behaviour of `-check-prefix` has no value and the only option should be `-check-prefixes`. Even if we want to keep `-check-prefix` (to avoid updating many thousands of tests) it should just be an alias with the same behaviour as `-check-prefixes`. https://github.com/llvm/llvm-project/pull/177603 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
