diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-10 22:06:26 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-10 22:06:26 +0000 |
| commit | 1840ad4e57a6be0d4b598212f02a17e4526932c6 (patch) | |
| tree | afb8e1e9f73cc58fe68b454adba1789da3badf22 /llvm/docs/ReleaseNotes.rst | |
| parent | f58131493215c8cd3251cd029d6c44fedbb43cc9 (diff) | |
| download | bcm5719-llvm-1840ad4e57a6be0d4b598212f02a17e4526932c6.tar.gz bcm5719-llvm-1840ad4e57a6be0d4b598212f02a17e4526932c6.zip | |
Add a note about the old asm printer being removed.
llvm-svn: 198960
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 53dd6f9d7d4..71ab5826a29 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -34,6 +34,9 @@ page <http://llvm.org/releases/>`_. Non-comprehensive list of changes in this release ================================================= +* All backends have been changed to use the MC asm printer and support for the + non MC one has been removed. + .. NOTE For small 1-3 sentence descriptions, just add an entry at the end of this list. If your description won't fit comfortably in one bullet |

