aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Responsefile.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-07-12 13:18:42 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-07-12 13:18:42 +0200
commitefa462bd1655c6b2c8f064e214762650092257e8 (patch)
treefbabaeb77489660a60666accdef6bfbb89495478 /lib/Responsefile.mli
parenta6bde8ba057ff057e311781fd91b4a9ab441731c (diff)
downloadcompcert-kvx-efa462bd1655c6b2c8f064e214762650092257e8.tar.gz
compcert-kvx-efa462bd1655c6b2c8f064e214762650092257e8.zip
Added heuristic for passing arg via responsefiles.
Since gnu make and other tools under windows seem to have a limit of around 8000 bytes per command line the arguments should be passed via responsefiles instead. Bug 18308
Diffstat (limited to 'lib/Responsefile.mli')
-rw-r--r--lib/Responsefile.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Responsefile.mli b/lib/Responsefile.mli
index 95c74bda..b55dac16 100644
--- a/lib/Responsefile.mli
+++ b/lib/Responsefile.mli
@@ -18,7 +18,3 @@
val expand_responsefiles: string array -> string array
(** Expand responsefile arguments contained in the array and return the full
set of arguments. *)
-
-val write_responsefile: out_channel -> string array -> int -> unit
- (** Write the arguments starting at the given index as repsonsefile on the given
- out_channel. All arguments that contain whitespaces are quoted. *)