[PATCH] Add support to FileCheck for out-of-order matching

Eli Bendersky eliben at google.com
Wed Apr 10 15:53:01 PDT 2013


>
>
> Regarding the "-NOT" version, I don't really see the need as the -NOT ones
> are essentially order independent amongst themselves, and only ordered
> w.r.t. the positive assertions...
>

Right, which presents a problem if CHECK and CHECK-ANYWHERE are intermixed.
So we should either disallow their intermixing (this actually makes sense
and will have the least effect on existing tests), or have a -ANYWHERE-NOT
version because we don't want it to be affected by existing CHECK
assertions.

Eli



>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130410/46030ebe/attachment.html>


More information about the llvm-commits mailing list