[llvm-commits] PATCH: Add CHECK-FIRST/LAST to FIleCheck
Argyris Kyrtzidis
akyrtzi at gmail.com
Tue Sep 29 16:50:43 PDT 2009
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)
Please review.
-Argiris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: filecheck.patch
Type: application/octet-stream
Size: 6537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090930/55f191e7/attachment.obj>
More information about the llvm-commits
mailing list