[LLVMdev] LLVM interpreter external function

Fulcrum TheFirst fulcrum991 at gmail.com
Thu Nov 20 03:15:00 PST 2014


Hello everyone,


I'm trying to interpret some bytecode(compiled from c source code) but it
seems some external function is not supported. Is there any way to make it
work?

command: lli -force-interpreter file.bc
error: LLVM ERROR: Calling external var arg function '_snprintf' is not
supported by the Interpreter.

I've compiled llvm on windows with visual studio.


Thank you in advance,
Fulcrum
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141120/432c7bd7/attachment.html>


More information about the llvm-dev mailing list