[LLVMdev] Tag number of OCaml Variant in executionengine

Erick Tryzelaar idadesub at users.sourceforge.net
Tue Mar 2 09:32:34 PST 2010


On Tue, Mar 2, 2010 at 4:40 AM, Jianzhou Zhao <jianzhou at seas.upenn.edu> wrote:
>
> I am always using the lastest OCaml. But I also have older OCaml
> installed if any tool has to use an old version.
>
> BTW: Does the current OCaml binding do native compilation? It seems
> to me that they are compiled by 'ocamlc' but not 'ocamlopt'. Is there any
> problem if we support native compilation? Thanks.

Yes it does, it should be compiling both .cmas and .cmxas. Do you not
have any in your Debug/lib/ocaml, or Release/lib/ocaml? Perhaps
configure failed to find ocamlopt or ocamlopt.opt? What os are you on?

-e



More information about the llvm-dev mailing list