[PATCH] Add ALL to FileCheck

Renato Golin renato.golin at linaro.org
Wed Aug 14 02:33:35 PDT 2013


On 14 August 2013 06:16, Dmitri Gribenko <gribozavr at gmail.com> wrote:

> +1.  Saving the command output and then doing multiple passes over the
> output is a common pattern in LLVM and Clang tests.  If FileCheck
> supported multiple check-prefixes we could simplify a lot of tests.
>

Hi Dmitri,

I interpreted multiple prefixes as "match any on a single run", not as
"pass multiple times, matching each individually".

I think multi-pass is a different feature, unrelated to the ALL issue that
Matt was implementing in the first place.

I've added an enhancement (http://llvm.org/bugs/show_bug.cgi?id=16870) to
FileCheck with something unrelated, too. I encourage you to do the same. ;)

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130814/13736c83/attachment.html>


More information about the llvm-commits mailing list