Llvm_linkerLinker.
This interface provides an OCaml API for LLVM bitcode linker, the classes in the Linker library.
val link_modules' : Llvm.llmodule -> Llvm.llmodule -> unitlink_modules' dst src links src into dst, raising Error if the linking fails. The src module is destroyed.