[LLVMdev] Debugging a NULL return from the ExecutionEngine

Török Edwin edwintorok at gmail.com
Sat Dec 12 08:37:01 PST 2009


On 2009-12-12 18:19, Michael Muller wrote:
> Hi all, I'm trying to upgrade from LLVM 2.5 -> 2.6, and when I create my
> execution engine (ExecutionEngine::create(module)) I get back a null.
>
> What's the easiest way for me to find out what went wrong?
>
>   

You probably didn't call InitializeNativeTarget and ended up with no JIT
support.

Best regards,
--Edwin



More information about the llvm-dev mailing list