Note that EH is now supported in MCJIT.

llvm-svn: 181305
This commit is contained in:
Rafael Espindola 2013-05-07 12:29:17 +00:00
parent ee48c856e2
commit c2565855ff
1 changed files with 3 additions and 0 deletions

View 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