1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add new FileCheck feature to 3.4 release notes

llvm-svn: 194456
This commit is contained in:
Matt Arsenault 2013-11-12 08:05:30 +00:00
parent c9e944ce3f
commit eebb9d15c4

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
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