Paul J. Lucas
2012-Nov-13 00:47 UTC
[LLVMdev] EngineBuilder::setEngineKind(EngineKind::Interpreter) error
I'm tinkering with various EngineBuilder parameters to see their effect on performance. If I do call EngineBuilder::setEngineKind() with "Interpreter", I get an "Interpreter has not been linked in" error message. If I don't call setEngineKind() at all, my code works. Note that I am calling InitializeNativeTarget() beforehand. How can I try out the interpreter? - Paul
Possibly Parallel Threads
- [LLVMdev] Forcing the Interpreter segfaults
- [LLVMdev] Static linking of execution engine
- [LLVMdev] Trouble using the MCJIT: "Target does not support MC emission" error
- [LLVMdev] Missing ExecutionEngine EngineKind::MCJIT ?
- [LLVMdev] Forcing the Interpreter segfaults