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

Chris Lattner clattner at apple.com
Tue May 7 16:25:04 PDT 2013


On May 7, 2013, at 10:52 AM, Bill Wendling <isanbard at gmail.com> wrote:

> 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.

The problem with this is that we have no place to put 3.4 release notes.  For example, we'd like to land a release note soon saying "EH in the non-MC JIT isn't supported".

-Chris

> 
> 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
> 
> 
> _______________________________________________
> 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