llvm-6502/test/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.ml Fix a typo noticed by Alain Frisch. 2007-12-01 20:59:23 +00:00
bitreader.ml Adding Ocaml bindings for the bitreader as requested by Sarah 2007-12-11 00:20:48 +00:00
bitwriter.ml Added C and Ocaml bindings for functions, basic blocks, and 2007-09-26 20:56:12 +00:00
ocaml.exp Adding ocaml language bindings for the vmcore and bitwriter libraries. These are 2007-09-18 12:49:39 +00:00
vmcore.ml Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00