module Llvm_linker:sig
..end
This interface provides an OCaml API for LLVM bitcode linker,
the classes in the Linker library.
exception Error of string
module Mode:sig
..end
val link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> unit
link_modules dst src mode
links src
into dst
, raising Error
if the linking fails.