summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-07 20:53:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-07 20:53:59 +0000
commite4496548155ba6606f107fbdc10ea17e58fd3401 (patch)
tree17c17dc523c763cbea08e75f19e757c40ad8777c /docs
parentbaa52fff392bbf2133eb0c948d56bdc4e4c1b7f9 (diff)
downloadllvm-e4496548155ba6606f107fbdc10ea17e58fd3401.tar.gz
llvm-e4496548155ba6606f107fbdc10ea17e58fd3401.tar.bz2
llvm-e4496548155ba6606f107fbdc10ea17e58fd3401.tar.xz
Remove exception handling support from the old JIT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes_34.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes_34.rst b/docs/ReleaseNotes_34.rst
index 8b5624e143..7decad05c5 100644
--- a/docs/ReleaseNotes_34.rst
+++ b/docs/ReleaseNotes_34.rst
@@ -41,6 +41,9 @@ Non-comprehensive list of changes in this release
functionality, or simply have a lot to talk about), see the `NOTE` below
for adding a new subsection.
+* Support for exception handling has been removed from the old JIT. Use MCJIT
+ if you need EH support.
+
* ... next change ...
.. NOTE