summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-12 08:05:30 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-12 08:05:30 +0000
commitc3f4491d91c994a7fe65b2858e33c66e7a4e9f66 (patch)
tree98542a2bac9bf81b2296d6c1e2376e128b8129d6 /docs/ReleaseNotes.rst
parent0cbecb56fbdca4ac8c254bd122fce9037b1372f1 (diff)
downloadllvm-c3f4491d91c994a7fe65b2858e33c66e7a4e9f66.tar.gz
llvm-c3f4491d91c994a7fe65b2858e33c66e7a4e9f66.tar.bz2
llvm-c3f4491d91c994a7fe65b2858e33c66e7a4e9f66.tar.xz
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
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 66b06a0837..c0c36be51d 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -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