package llvm

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

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.

OCaml

Innovation. Community. Security.