llvm-6502/bindings/ocaml
Gordon Henriksen bbc6597f02 Adding Ocaml bindings for the bitreader as requested by Sarah
Thompson. Usage should be something like this:

open Llvm
open Llvm_bitreader

match read_bitcode_file fn with
  | Bitreader_failure msg ->
      prerr_endline msg
  | Bitreader_success m -> 
      ...;
      dispose_module m

Compile with: ocamlc llvm.cma llvm_bitreader.cma
              ocamlopt llvm.cmxa llvm_bitreader.cmxa


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44824 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-11 00:20:48 +00:00
..
analysis Fix bug in constructing Ocaml option types in the bindings. 2007-12-08 16:55:43 +00:00
bitreader Adding Ocaml bindings for the bitreader as requested by Sarah 2007-12-11 00:20:48 +00:00
bitwriter Adding ocamldoc-style comments for the Ocaml bindings. 2007-12-01 21:01:15 +00:00
llvm Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00
Makefile Adding Ocaml bindings for the bitreader as requested by Sarah 2007-12-11 00:20:48 +00:00
Makefile.ocaml Track dependencies when creating symlinks to LLVM libraries next 2007-12-03 21:15:53 +00:00