Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用基于 LLVM 3.8 的 JIT 为 Raspberry PI 2 构建简单的应用程序。我为 ARM 构建了 LLVM,并且我的应用程序成功地 jitted 代码,但它接缝 LLVM 为 softfp 而不是 hardfp 生成代码。
如何配置 LLVM 为 hardfp 生成代码?
LLVM 配置了arm-linux-gnueabihf目标。从我指定setArchasarm和setMCUas的代码中cortex-a7。
arm-linux-gnueabihf
setArch
arm
setMCU
cortex-a7