[LLVMdev] 2.6/trunk Execution Engine question
Kenneth Uildriks
kennethuil at gmail.com
Mon Oct 5 18:09:05 PDT 2009
I've gotten my front-end to compile with the 2.6 branch and with trunk
(not with both; I have to fiddle with a few things when switching),
and it refuses to give me an execution engine.
My link flags include everything coming from "llvm-config --libs".
Nevertheless, the error string coming back from
ExecutionEngine::create is:
JIT has not been linked in
Is this a known problem? Is there something I should be doing that I
wasn't doing in 2.5?
More information about the llvm-dev
mailing list