[llvm] r181305 - Note that EH is now supported in MCJIT.

Rafael Espindola rafael.espindola at gmail.com
Tue May 7 05:29:17 PDT 2013


Author: rafael
Date: Tue May  7 07:29:17 2013
New Revision: 181305

URL: http://llvm.org/viewvc/llvm-project?rev=181305&view=rev
Log:
Note that EH is now supported in MCJIT.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=181305&r1=181304&r2=181305&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue May  7 07:29:17 2013
@@ -70,6 +70,9 @@ Non-comprehensive list of changes in thi
   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





More information about the llvm-commits mailing list