summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-09-06 08:03:05 +0000
committerHans Wennborg <hans@hanshq.net>2018-09-06 08:03:05 +0000
commit738f19a992c4f5dfe7fbc7e99ab088edfc1c0f6c (patch)
tree6a0842731c30cf23c19bd6718c3931a67b1fe752
parent600f7a26262be299fe95cdf9bf4192669898c6bf (diff)
ReleaseNotes: support for new-pm passes in the opt tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_70@341520 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 7fe242c747c..634d71318b3 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -131,6 +131,9 @@ Non-comprehensive list of changes in this release
* CodeView debug info can now be emitted MinGW configurations, if requested.
+* The :program:`opt` tool now supports the :option:`-load-pass-plugin` for
+ loading pass plugins for the new PassManager.
+
* Note..
.. NOTE