[LLVMdev] LLVM and Visual Studio
Óscar Fuentes
ofv at wanadoo.es
Fri Jul 16 07:00:06 PDT 2010
"Martin C. Martin" <martin at martincmartin.com> writes:
> What's the status of LLVM on Visual Studio?
>
> In particular, our application would like to generate some LLVM code,
> then call into it. Is this possible with the JIT compiler?
Yes.
> Is it possible by creating & loading a .dll?
AFAIK, not yet. In any case, generating code and calling into it is what
the JIT is for.
More information about the llvm-dev
mailing list