[cfe-dev] [libcxxabi] Contributing ARM EHABI support for libcxxabi

Renato Golin renato.golin at linaro.org
Fri Mar 21 02:51:19 PDT 2014


On 21 March 2014 08:55, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> As always -- if someone would be kind enough to prepare a zorg script,
> I would be happy to host a builder.

Hi Dmitri,

Shouldn't be too hard. I've linked --rtlib on Linux in Clang, and it
should just work (if not, should be easy to fix), so it should be just
a matter of using LNTBuilder + "--rtlib=compiler-rt". However, because
of the lack of libunwind, it's still using libgcc_s and libgcc_eh,
which I haven't linked yet because the location wasn't defined.

I just finished working on the RT side (test-suite passes green on
ARM), so I'll look into libunwind in the near future. But, if someone
moves it to RT first, I'll gladly test and link it up in case all
works on at least x86_64 and ARM.

cheers,
--renato



More information about the cfe-dev mailing list