[llvm] r181305 - Note that EH is now supported in MCJIT.
Bill Wendling
isanbard at gmail.com
Tue May 7 10:52:24 PDT 2013
Hi Rafael,
I normally merge in the release notes right before we build the release tar-balls. That way, people can make as many changes as possible without affecting the release branch.
Thanks!
-bw
On May 7, 2013, at 9:43 AM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
> 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