[LLVMdev] [compiler-rt] is the arm lib complete?

Zonr Chang zonr.xchg at gmail.com
Tue Jan 29 06:41:54 PST 2013


Dear,


I just uploaded a patch to implement missing aeabi_{d,f}cmp* helper
functions in compiler-rt. Please refer to
http://llvm-reviews.chandlerc.com/D343

Could someone review this patch? Thanks in advance :)


Sincerely,
Zonr


On Sat, Nov 17, 2012 at 7:10 AM, Anton Korobeynikov <anton at korobeynikov.info
> wrote:

> > Does clang provide other replacing libs for them which don't depend on
> > those missing functions on libgcc? Or there are some other ways to link?
> > Currently I have to link with both compiler-rt and libgcc with
> > "--allow-multiple-definition" so that libgcc can cover the missing
> > functions in compiler-rt. But this is not a clean solution, and I have
> > trouble when linking thumb2 code with the arm libs in this way. Do you
> > have better ideas to use compiler-rt to replace libgcc for now?
> The proper solution is to provide missed functions into compiler_rt.
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130129/245ae6c4/attachment.html>


More information about the llvm-dev mailing list