How to configure LLVM MCJIT for armhf?

172 Views Asked by At

I'm trying to build simple application with JIT based on LLVM 3.8 for Raspberry PI 2. I built LLVM for ARM and my application successfully jitted the code, but it seams that LLVM generates code for softfp instead of hardfp.

How can I configure LLVM to generate code for hardfp?

LLVM was configured with arm-linux-gnueabihf target. From the code I specified setArch as arm and setMCU as cortex-a7.

0

There are 0 best solutions below