[LLVMdev] problem with execution engine on windows

Óscar Fuentes ofv at wanadoo.es
Sat Feb 14 13:11:52 PST 2009


"Viktar Zviarovich" <Viktar.Zviarovich at brunel.ac.uk> writes:

[snip]

> The function I am trying to call is trivial (took it from the tutorial
> just for testing purposes) and has C calling conventions. The
> execution engine returned by ExecutionEngine::create is Interpreter.
>
> Am I doing something wrong or is it a bug?

Are you using CMake for generating the Visual Studio project files? If
the answer is yes, please check

http://www.llvm.org/docs/CMake.html

specially the last section of the page.

> And another question: is JIT supported on Windows?

Yes.

-- 
Oscar




More information about the llvm-dev mailing list