diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2015-01-15 13:28:21 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2015-01-15 13:28:21 +0100 |
commit | d66b734336cf04a94ac3ef1bd129dfcd3bba92d2 (patch) | |
tree | f8f66262655d7ad742b81a93e97c63f036454b42 /kernel | |
parent | bdcef127b212f6acd85d4eeb16a008491bd50740 (diff) |
Make -print-mod-uid accept a list of files.
Solves an efficiency problem in Makefiles generated by coq_makefile.
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/nativelib.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/nativelib.mli b/kernel/nativelib.mli index b4a3639f7..0941dc56c 100644 --- a/kernel/nativelib.mli +++ b/kernel/nativelib.mli @@ -10,6 +10,9 @@ open Nativecode (** This file provides facilities to access OCaml compiler and dynamic linker, used by the native compiler. *) +(* Directory where compiled files are stored *) +val output_dir : string + val get_load_paths : (unit -> string list) ref val load_obj : (string -> unit) ref |