From: Rafael Espindola Date: Tue, 7 May 2013 12:29:17 +0000 (+0000) Subject: Note that EH is now supported in MCJIT. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d31ba134bb5772d277fa7228c516c433063530fa;p=oota-llvm.git 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 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 5c8ff2c0cf5..06918d450db 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