[PATCH] D91761: [FileCheck] Add a literal check directive
Jacques Pienaar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 09:00:57 PST 2020
jpienaar added a comment.
In D91761#2408120 <https://reviews.llvm.org/D91761#2408120>, @probinson wrote:
> Fair. I'd forgotten about COUNT and that multi-line regexes are possible. (Although I will point out that SAME does not always do the same thing as pasting the directives together with `.*` separators; see my "FileCheck Follies" lightning talk from the Fall 2016 Dev Meeting.)
Nice talk, I had not seen it before.
> "Easy to get wrong" is a worthwhile point too.
Yes, I had a couple of O(10) chat messages exchange with different folks that were frustrated and thought "mmm, could we make this better/easier"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91761/new/
https://reviews.llvm.org/D91761
More information about the llvm-commits
mailing list