[LLVMdev] ExecutionEngine::create returns 0

Mahadevan R mdevan.foobar at gmail.com
Mon Jun 9 18:37:35 PDT 2008


> Now to compare it in detail with the much smaller program I've got and
> maybe I'll figure out what's wrong with my call to
> ExecutionEngine::create.

That call is perfectly valid, actually. It works for me when linked with:

g++ -o b b.o `llvm-config --ldflags` `llvm-config --libs engine jit`

Cheers,
-Mahadevan.



More information about the llvm-dev mailing list