[PATCH] D90281: [FileCheck] Report missing prefixes when more than one is provided.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 12:38:15 PDT 2020
MaskRay added a comment.
You can add the option in this patch and create a RFC on llvm-dev (I think people have favored the idea in the past but I cannot recall the thread now). Maintainers do one of the two:
- Add --allow-unused-prefixes if their use cases are similar to @jdofert or @jdenny
- Fix the test prefixes (usually due to stale RUN lines after some check prefixes related changes). I think the majority of ~1500 tests belongs to this category.
This can be a collaborative spreadsheet so that people can claim the work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90281/new/
https://reviews.llvm.org/D90281
More information about the llvm-commits
mailing list