[LLVMdev] [Compiler-RT] [ARM] Where __aeabi_[il]div0 builtins should be implemented?
Joerg Sonnenberger
joerg at britannica.bec.de
Sat Sep 6 11:39:02 PDT 2014
On Sat, Sep 06, 2014 at 03:09:27PM +0300, Sergey Dmitrouk wrote:
> Will see what Saleem (and maybe others) thinks of this, maybe there is a
> non-obvious reason to do not implement these functions in compiler-rt.
One issue is that they depend on OS-specific functionality.
E.g. the ability to raise a signal. That's primarily why I didn't add an
implementation.
Joerg
More information about the llvm-dev
mailing list