Module Llvm_linker

Linker.

This interface provides an OCaml API for LLVM bitcode linker, the classes in the Linker library.

exception Error of string

link_modules dst src links src into dst, raising Error if the linking fails. The src module is destroyed.