[llvm-commits] PATCH: Add CHECK-FIRST/LAST to FIleCheck
Ted Kremenek
kremenek at apple.com
Wed Sep 30 14:29:06 PDT 2009
And update the documentation...
On Sep 30, 2009, at 1:03 PM, Chris Lattner wrote:
>
> On Sep 29, 2009, at 4:50 PM, Argyris Kyrtzidis wrote:
>
>> The attached patch adds 2 CHECK directives to the FileCheck utility:
>>
>> CHECK-FIRST: check that the string appears in the first line
>> (nothing comes before it)
>> CHECK-LAST: check that the string appears in the last line (nothing
>> comes after it)
>
> Looks great to me, please add a testcase somewhere that uses it.
>
> -Chris
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list