[llvm-commits] [PATCH 3/6] Expose APInt and APFloat to ocaml bindings.

Erick Tryzelaar idadesub at users.sourceforge.net
Mon Aug 10 13:25:04 PDT 2009


---
 bindings/ocaml/llvm/llvm.ml      |   50 +++++++++++++++++++
 bindings/ocaml/llvm/llvm.mli     |   67 ++++++++++++++++++++++++++
 bindings/ocaml/llvm/llvm_ocaml.c |   98 ++++++++++++++++++++++++++++++++++++++
 test/Bindings/Ocaml/support.ml   |   73 ++++++++++++++++++++++++++++
 4 files changed, 288 insertions(+), 0 deletions(-)
 create mode 100644 test/Bindings/Ocaml/support.ml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Expose-APInt-and-APFloat-to-ocaml-bindings.patch
Type: text/x-patch
Size: 11681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090810/aff8a819/attachment.bin>


More information about the llvm-commits mailing list