forked from OSchip/llvm-project
Add a ReleaseNotes blurb for Execute.*Wait API change
... in r313155, r313156. llvm-svn: 313356
This commit is contained in:
parent
7b9f3e28cc
commit
3cd2ce1e0b
|
@ -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
|
functionality, or simply have a lot to talk about), see the `NOTE` below
|
||||||
for adding a new subsection.
|
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..
|
||||||
|
|
||||||
.. NOTE
|
.. NOTE
|
||||||
|
|
Loading…
Reference in New Issue