Add new FileCheck feature to 3.4 release notes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194456 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Matt Arsenault 2013-11-12 08:05:30 +00:00
parent 0cbecb56fb
commit c3f4491d91

View File

@ -80,6 +80,9 @@ Non-comprehensive list of changes in this release
* llvm-ar now uses the new Object library and produces archives and * llvm-ar now uses the new Object library and produces archives and
symbol tables in the gnu format. symbol tables in the gnu format.
* FileCheck now allows specifing -check-prefix multiple times. This
helps reduce duplicate check lines when using multiple RUN lines.
* ... next change ... * ... next change ...
.. NOTE .. NOTE