summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-07 12:29:17 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-07 12:29:17 +0000
commitd31ba134bb5772d277fa7228c516c433063530fa (patch)
tree06c321c44778228ed4e49357d7aa1c017562e8a4 /docs/ReleaseNotes.rst
parent664fbee9c888c7cd1e7ba7943e9cce96a104ea5e (diff)
downloadllvm-d31ba134bb5772d277fa7228c516c433063530fa.tar.gz
llvm-d31ba134bb5772d277fa7228c516c433063530fa.tar.bz2
llvm-d31ba134bb5772d277fa7228c516c433063530fa.tar.xz
Note that EH is now supported in MCJIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181305 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 5c8ff2c0cf..06918d450d 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -70,6 +70,9 @@ Non-comprehensive list of changes in this release
examples of the new syntax. The old syntax using register classes still
works, but it will be removed in a future LLVM release.
+* MCJIT now supports exception handling. Support for it in the old jit will be
+ removed in the 3.4 release.
+
* ... next change ...
.. NOTE