[PATCH] D25138: [LIT] Add option to require PRs for XFAIL directives
Daniel Dunbar via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 10:40:34 PDT 2016
ddunbar added a comment.
Cute, I like the idea.
Is there a reason to have the command line option, versus just requiring this if the prefixes are defined?
Also, on the syntax, wouldn't it be simpler to say this should look like:
XFAIL: condition, condition # PR or description
https://reviews.llvm.org/D25138
More information about the llvm-commits
mailing list