package llvm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.