[llvm] r194456 - Add new FileCheck feature to 3.4 release notes
Matt Arsenault
Matthew.Arsenault at amd.com
Tue Nov 12 00:05:30 PST 2013
Author: arsenm
Date: Tue Nov 12 02:05:30 2013
New Revision: 194456
URL: http://llvm.org/viewvc/llvm-project?rev=194456&view=rev
Log:
Add new FileCheck feature to 3.4 release notes
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=194456&r1=194455&r2=194456&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Nov 12 02:05:30 2013
@@ -80,6 +80,9 @@ Non-comprehensive list of changes in thi
* llvm-ar now uses the new Object library and produces archives and
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 ...
.. NOTE
More information about the llvm-commits
mailing list