[LLVMdev] Fix for OCaml bindings

Jonathan Ragan-Kelley jrk at csail.mit.edu
Wed Dec 28 09:14:56 PST 2011


The OCaml bindings have been broken in trunk for a while. I chased it
down to the addition of the Half type (rev 146786) not being reflected
in the OCaml enums, causing mysterious type checking to break in the
middle of the LLVM stack when using code generated from OCaml.

The fix was trivial:

  https://github.com/jrk/llvm/pull/1/files
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-ocaml-binding.patch
Type: application/octet-stream
Size: 1209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111228/94238980/attachment.obj>


More information about the llvm-dev mailing list