module Llvm_target:sig
..end
This interface provides an OCaml API for LLVM target information,
the classes in the Target library.
module Endian:sig
..end
module CodeGenOptLevel:sig
..end
module RelocMode:sig
..end
module CodeModel:sig
..end
module CodeGenFileType:sig
..end
exception Error of string
module DataLayout:sig
..end
module Target:sig
..end
module TargetMachine:sig
..end