[LLVMdev] OCaml Install Error

Gordon Henriksen gordonhenriksen at mac.com
Tue Oct 2 09:05:28 PDT 2007


On 2007-10-02, at 10:46, Jan Rehders wrote:

> where can I read more about this?

There's not much in the way of documentation aside from the interface  
and the test. Only the vmcore and bitwriter libraries are bound. The  
bindings are not quite sufficient to write a serious front-end, but  
they're close enough to get started.

http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/ 
llvm.mli?view=markup
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/ 
vmcore.ml?view=markup

http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/ 
bitwriter/llvm_bitwriter.mli?view=markup
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/ 
bitwriter.ml?view=markup

> I assume (hope) the lib provides some kind of OCaml bindings?

Yes.

> I could not find any trace of it in the 2.1 release source so I  
> guess it's currently SVN only?

That's correct.

— Gordon





More information about the llvm-dev mailing list