[llvm] r313356 - Add a ReleaseNotes blurb for Execute.*Wait API change

Alexander Kornienko via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 04:45:30 PDT 2017


Author: alexfh
Date: Fri Sep 15 04:45:30 2017
New Revision: 313356

URL: http://llvm.org/viewvc/llvm-project?rev=313356&view=rev
Log:
Add a ReleaseNotes blurb for Execute.*Wait API change

... in r313155, r313156.

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=313356&r1=313355&r2=313356&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Sep 15 04:45:30 2017
@@ -40,6 +40,10 @@ Non-comprehensive list of changes in thi
    functionality, or simply have a lot to talk about), see the `NOTE` below
    for adding a new subsection.
 
+* The ``Redirects`` argument of ``llvm::sys::ExecuteAndWait`` and
+  ``llvm::sys::ExecuteNoWait`` was changed to an ``ArrayRef`` of optional
+  ``StringRef``'s to make it safer and more convenient to use.
+
 * Note..
 
 .. NOTE




More information about the llvm-commits mailing list