Note that EH is now supported in MCJIT.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 May 2013 12:29:17 +0000 (12:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 May 2013 12:29:17 +0000 (12:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181305 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 5c8ff2c0cf5d14f259387503bac1d4a366b50eae..06918d450dbc562c7d56c7bfd40570f42afbec4c 100644 (file)
@@ -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