search for: bitwriter_ocaml

Displaying 3 results from an estimated 3 matches for "bitwriter_ocaml".

2007 Sep 17
0
[LLVMdev] C interface
...---===// bindings/ocaml/llvm bindings/ocaml/llvm/llvm.ml (+226) bindings/ocaml/llvm/llvm_ocaml.c (+394) bindings/ocaml/llvm/llvm.mli (+168) bindings/ocaml/llvm/Makefile (+24) bindings/ocaml/bitwriter bindings/ocaml/bitwriter/llvm_bitwriter.mli (+18) bindings/ocaml/bitwriter/bitwriter_ocaml.c (+31) bindings/ocaml/bitwriter/llvm_bitwriter.ml (+18) bindings/ocaml/bitwriter/Makefile (+23) bindings/ocaml/Makefile (+13) bindings/README.txt (+3) bindings/Makefile (+18) Adds ocaml language bindings to LLVM. They are built automatically if configure detects the ocamlc compiler...
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
...from string constant to 'char*' /tmp/camlprim8cfa59.c:821: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim8cfa59.c:821: warning: deprecated conversion from string constant to 'char*' /home/edwin/llvm-svn/llvm/Release/lib/ocaml/libllvm_bitwriter.a(bitwriter_ocaml.o): In function `llvm_write_bitcode_file': bitwriter_ocaml.c:(.text+0x5): undefined reference to `LLVMWriteBitcodeToFile' collect2: ld returned 1 exit status Error while building custom runtime system FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/vmcore.ml Failed with exit(2) at line...
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