From c3f4491d91c994a7fe65b2858e33c66e7a4e9f66 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Tue, 12 Nov 2013 08:05:30 +0000 Subject: 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 --- docs/ReleaseNotes.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3