llvm interpreter

I would like to get an idea of the maturity of the LLVM interpreter. LLVM JIT seems to be quite mature to me. How about the interpreter ?

Thanks

Xin

I would like to get an idea of the maturity of the LLVM interpreter. LLVM
JIT seems to be quite mature to me. How about the interpreter ?

  Try google "lli interpreter fails to execute external functions".
There are disscusions on the LLVM interpreter before.

Regards,
chenwj