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
commitf2390ed6bf765b8b63864cada9c8141703adf005 (patch)
tree7d9b7757875b28dd49af851e4be0fde681e498bd
parent1b735b730080869c49032f7d1da02b1043cb9bb9 (diff)
ReleaseNotes: support for new-pm passes in the opt tool
-rw-r--r--llvm/docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 7fe242c747c..634d71318b3 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/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