aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Commandline.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-06-26 17:18:50 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2017-06-26 17:18:50 +0200
commit1530f96aa259f346f235de713ab53b682b6d82f6 (patch)
treed5377537033e473813033e20e86bfefa11ebb8e8 /driver/Commandline.mli
parent66ba0d63b25bab2a682c92c5a277c190b6c4c847 (diff)
downloadcompcert-1530f96aa259f346f235de713ab53b682b6d82f6.tar.gz
compcert-1530f96aa259f346f235de713ab53b682b6d82f6.zip
Added a little bit more compilation info to sdump.
The additional compilation information contains the file, command line (after @-file expansion) and the current working directory. Bug 21690
Diffstat (limited to 'driver/Commandline.mli')
-rw-r--r--driver/Commandline.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/Commandline.mli b/driver/Commandline.mli
index 65253749..32f5daf3 100644
--- a/driver/Commandline.mli
+++ b/driver/Commandline.mli
@@ -45,3 +45,6 @@ val longopt_int: string -> (int -> unit) -> pattern * action
(** [longopt_int key fn] generates a pattern and an action for
options of the form [key=<n>] and calls [fn] with the integer argument
*)
+
+val argv: string array ref
+(** [argv] contains the complete command line after @-file expandsion *)