diff options
| author | Maxime Dénès | 2019-04-03 18:38:10 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-04-16 19:50:53 +0200 |
| commit | 3c785936a0b56623f7c3512fa861a7a9823ad495 (patch) | |
| tree | 74d5a7185430cb1c7c7399d05d708ebe6fc16635 /kernel/nativelib.mli | |
| parent | 4b9119d8090e366ecd2e803ad30a9dd839bc8ec9 (diff) | |
Better error message when OCaml compiler not found for native compute
Fixes #6699
Diffstat (limited to 'kernel/nativelib.mli')
| -rw-r--r-- | kernel/nativelib.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli index 25adcf224b..d8557e667f 100644 --- a/kernel/nativelib.mli +++ b/kernel/nativelib.mli @@ -21,9 +21,9 @@ val load_obj : (string -> unit) ref val get_ml_filename : unit -> string * string -val compile : string -> global list -> profile:bool -> bool * string +val compile : string -> global list -> profile:bool -> string -val compile_library : Names.DirPath.t -> global list -> string -> bool +val compile_library : Names.DirPath.t -> global list -> string -> unit val call_linker : ?fatal:bool -> string -> string -> code_location_updates option -> unit |
