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

Anton Korobeynikov anton at korobeynikov.info
Fri Nov 16 15:10:28 PST 2012


> 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



More information about the llvm-dev mailing list