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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue May 7 09:43:55 PDT 2013


This should go to the 3.3 branch.

On 7 May 2013 08:29, Rafael Espindola <rafael.espindola at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list