summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2017-09-15 11:45:30 +0000
committerAlexander Kornienko <alexfh@google.com>2017-09-15 11:45:30 +0000
commit3cd2ce1e0be0f7b77db51b249f96f612330989ba (patch)
tree3bf0e74f2edc7441246da40d5c1d81f673570f16 /llvm
parent7b9f3e28cc3fff07fcf0469444076bd3cf65d33f (diff)
downloadbcm5719-llvm-3cd2ce1e0be0f7b77db51b249f96f612330989ba.tar.gz
bcm5719-llvm-3cd2ce1e0be0f7b77db51b249f96f612330989ba.zip
Add a ReleaseNotes blurb for Execute.*Wait API change
... in r313155, r313156. llvm-svn: 313356
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index bb75669dbef..6e747873eca 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -40,6 +40,10 @@ Non-comprehensive list of changes in this release
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
OpenPOWER on IntegriCloud