From d66b734336cf04a94ac3ef1bd129dfcd3bba92d2 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Thu, 15 Jan 2015 13:28:21 +0100 Subject: Make -print-mod-uid accept a list of files. Solves an efficiency problem in Makefiles generated by coq_makefile. --- kernel/nativelib.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel/nativelib.mli') 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 -- cgit v1.2.3