Hi,

On Mon, Jan 21, 2013 at 2:56 PM, Ivan Radicek
<radi...@forsyte.tuwien.ac.at> wrote:
> Hello everyone,
>
> I was checking the Mono-LLVM and in the documentation it says that one phase
> of a process is:
>
> "the IR is converted to the LLVM IR"
>
> I was wondering if there is a possibility to get LLVM IR. I didn't find any
> direct method (as passing some flags to the mono). But, is there any quick
> hack in source code to accomplish this?

You can probably get away with dumping the LLVM IR somewhere in
mono_llvm_emit_method () (see mono/mini/mini-llvm.c).

Regards,
Alex
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to