[LLVMdev] LLVM interpreter does not support fmod
陳韋任
chenwj at iis.sinica.edu.tw
Tue Jun 14 23:22:33 PDT 2011
> > You can check out the comments in lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
> > to see how LLVM interpreter handle external functions.
> >
> > "... If such a wrapper does not exist, and libffi is available, then the Interpreter will
> > attempt to invoke the function using libffi, after finding its address."
> >
> > I guess you have to configure LLVM with "--enable-libffi" option.
>
> Also note that the interpreter has a ton of limitations, this is just the tip of the iceberg. It is far from being production quality.
^^^^^^^^^^^^^^^^^^^^
Have those limitations been documented?
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
More information about the llvm-dev
mailing list