[cfe-dev] [libcxxabi] Contributing ARM EHABI support for libcxxabi
Dmitri Gribenko
gribozavr at gmail.com
Fri Mar 21 01:55:07 PDT 2014
On Fri, Mar 21, 2014 at 6:50 AM, David Chisnall
<David.Chisnall at cl.cam.ac.uk> wrote:
> On 21 Mar 2014, at 06:42, C. Bergström <cbergstrom at pathscale.com> wrote:
>
>> On 03/21/14 01:34 PM, David Chisnall wrote:
>>> On 20 Mar 2014, at 20:51, Renato Golin <renato.golin at linaro.org> wrote:
>>>
>>>> Is this to libc++abi in the libc++ repo, or is it already in the
>>>> compiler-rt repo?
>>> The undwinder still seems to be in the libc++abi repo, in spite of the broad consensus that it should be in compiler-rt and the fact that we've subsequently had people look in compiler-rt, find no unwinder, and say on the mailing list 'since LLVM doesn't have a generic unwinder...'.
>>>
>>> What are we waiting for to move it? Sign-off from Apple that it won't break their build? People with outstanding changes to commit them?
>> David - maybe just move it if nobody objects by next Monday. I think the biggest thing would be ensure you don't break any buildbots in the process.
>
> Is it currently built by any of the buildbots? I don't see any build infrastructure for it at all.
As always -- if someone would be kind enough to prepare a zorg script,
I would be happy to host a builder.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-dev
mailing list