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
This commit is contained in:
Rafael Espindola 2013-05-07 12:29:17 +00:00
parent 664fbee9c8
commit d31ba134bb

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