search for: ocamlbindings

Displaying 1 result from an estimated 1 matches for "ocamlbindings".

2010 Aug 21
0
[LLVMdev] OCaml bindings patch
...ch element in llvm::TargetData::Alignments. These bindings are defined at ./binding/OCaml/target with other changes at ./lib/Target/Target.cpp ./include/llvm-c/Target.h 3) merged some bindings from 2.7... The patch was generated by diff -crBN ./llvm-2.6 ./llvm-2.6patch > llvm-2.6-ocamlbindings.patch where llvm-2.6patch is the upated src wrt the original code ./llvm-2.6/ To apply the patch, go to a dir that contains ./llvm-2.6, and then do patch -p0 -i llvm-2.6-ocamlbindings.patch The LLVM IR pretty printer in OCaml using those bindings just works now. But we are not sure if the bindi...