sig
  exception Error of string
  val get_module : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
  val parse_bitcode : Llvm.llcontext -> Llvm.llmemorybuffer -> Llvm.llmodule
end