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