Module Asmlink

val call_linker_shared : string list -> string -> unit
val reset : unit -> unit
val check_consistency : Misc.filepath -> Cmx_format.unit_infos -> Stdlib.Digest.t -> unit
val extract_crc_interfaces : unit -> Misc.crcs
val extract_crc_implementations : unit -> Misc.crcs
type error =
  1. | File_not_found of Misc.filepath
  2. | Not_an_object_file of Misc.filepath
  3. | Inconsistent_interface of Misc.modname * Misc.filepath * Misc.filepath
  4. | Inconsistent_implementation of Misc.modname * Misc.filepath * Misc.filepath
  5. | Assembler_error of Misc.filepath
  6. | Linking_error of int
  7. | Missing_cmx of Misc.filepath * Misc.modname
exception Error of error
val report_error : error Format_doc.format_printer
val report_error_doc : error Format_doc.printer