aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativelib.mli
diff options
context:
space:
mode:
authorMaxime Dénès2019-04-03 18:38:10 +0200
committerEmilio Jesus Gallego Arias2019-04-16 19:50:53 +0200
commit3c785936a0b56623f7c3512fa861a7a9823ad495 (patch)
tree74d5a7185430cb1c7c7399d05d708ebe6fc16635 /kernel/nativelib.mli
parent4b9119d8090e366ecd2e803ad30a9dd839bc8ec9 (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.mli4
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