diff options
author | Serge Guelton <sguelton@redhat.com> | 2019-07-04 14:03:11 +0000 |
---|---|---|
committer | Serge Guelton <sguelton@redhat.com> | 2019-07-04 14:03:11 +0000 |
commit | 85fc597f26c81a187c5514d47ee997bc2ea87b1c (patch) | |
tree | edf04bb3aa4b96515477b5eff5c1c5de730ea871 /llvm/docs/ReleaseNotes.rst | |
parent | 5f73e37af8585da5e9d54acb1302c4a394a8147d (diff) | |
download | bcm5719-llvm-85fc597f26c81a187c5514d47ee997bc2ea87b1c.tar.gz bcm5719-llvm-85fc597f26c81a187c5514d47ee997bc2ea87b1c.zip |
Document legacy pass manager extension points
Differential Revision: https://reviews.llvm.org/D64093
llvm-svn: 365142
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 60a840eccef..2bb58fc17ba 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -45,6 +45,10 @@ Non-comprehensive list of changes in this release the platform's libc) without specifying ``-ffreestanding`` may need to either pass ``-fno-builtin-bcmp``, or provide a ``bcmp`` function. +* Two new extension points, namely ``EP_FullLinkTimeOptimizationEarly`` and + ``EP_FullLinkTimeOptimizationLast`` are available for plugins to specialize + the legacy pass manager full LTO pipeline. + .. NOTE If you would like to document a larger change, then you can add a subsection about it right here. You can copy the following boilerplate |