search for: 86097efa

Displaying 2 results from an estimated 2 matches for "86097efa".

2007 Sep 17
0
[LLVMdev] C interface
...ically if configure detects the ocamlc compiler and are installed to the ocaml standard library. This patch depends on c-bindings and ocaml-make.  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070916/86097efa/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: c-bindings.patch Type: application/octet-stream Size: 27943 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070916/86097efa/attachment.obj> ----------...
2007 Sep 12
7
[LLVMdev] C interface
Hi all, I'm authoring a C interface to the LLVM IR type system. Since this is Really Quite Tedious, I would like to solicit opinions before I get too far down any paths that seem offensive. I've attached the header, where I've mapped a portion of Module and most of Type and its subclasses. This is working, and I've built ocaml bindings on top of it.[1] My intent is to