aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/nativelib.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/nativelib.mli')
-rw-r--r--kernel/nativelib.mli3
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