[PATCH] Add ALL to FileCheck

Renato Golin renato.golin at linaro.org
Wed Aug 14 02:36:07 PDT 2013


On 14 August 2013 05:37, Stephen Lin <swlin at post.harvard.edu> wrote:

> The list should not be very large for
> any reasonable case I can think of.
>

The problem with the joker approach is that it might work when you build
the test, but it'll make it very hard to change the test or add new tests
to the same file, because:
 * every new test will have to match every other prefix (if it uses
match-all)
 * every new prefix-check will have to be matched by all other match-all
tests (in any case)

I don't think this is a good approach.

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


More information about the llvm-commits mailing list