Re: JIT on FreeBSD ARMv7

2019-02-25 Thread Andrew Gierth
> "Andrew" == Andrew Gierth writes: Andrew> This seems to be the cleanest way to get a JIT build working on Andrew> FreeBSD on the armv7 platform. Without this, it fails because Andrew> the ABI functions __aeabi_ldivmod and so on are not found by Andrew> the symbol lookup for JITted code.

JIT on FreeBSD ARMv7

2019-02-22 Thread Andrew Gierth
This seems to be the cleanest way to get a JIT build working on FreeBSD on the armv7 platform. Without this, it fails because the ABI functions __aeabi_ldivmod and so on are not found by the symbol lookup for JITted code. It's completely unclear who (llvm, freebsd, or us) is at fault here for it n