llvm-6502/lib/Bitcode/Reader
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
..
BitcodeReader.cpp Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00
BitcodeReader.h
BitReader.cpp Adding Ocaml bindings for the bitreader as requested by Sarah 2007-12-11 00:20:48 +00:00
Deserialize.cpp Fixed subtle bug in Deserializer::JumpTo when jumping when the block-nesting 2007-11-30 22:45:05 +00:00
DeserializeAPFloat.cpp Implemented generic serialization of APFloat. 2007-11-07 18:39:22 +00:00
DeserializeAPInt.cpp
Makefile