Is it possible to compile LLVM libraries to android/ARM

后端 未结 5 413
长发绾君心
长发绾君心 2021-02-02 11:50

I\'m fascinated by the Pure algebraic/functional language. The Pure interpreter uses the LLVM JIT compiler as its backend.

I would like to compile Pure so that it runs o

5条回答
  •  后悔当初
    2021-02-02 12:13

    While you can surely compile LLVM on ARM (it's pretty trivial - just ordinary configure + make system), you're still out of luck: JIT on ARM is still work-in-progress, so I'd not expect it working for everything non-trivial.

提交回复
热议问题