aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Configuration.mli
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2016-08-17 11:31:23 +0200
committerGitHub <noreply@github.com>2016-08-17 11:31:23 +0200
commit0f9d824914c9dff0bf5d983ab387a5b5326307fc (patch)
tree162ffbc12514864db4d1e7cbff86559be4924616 /driver/Configuration.mli
parentb1a059251053a061d98e4b440bfab40ffd8761c7 (diff)
parent5309f16159e4decd81330622dcdd6eb4b25819a1 (diff)
downloadcompcert-0f9d824914c9dff0bf5d983ab387a5b5326307fc.tar.gz
compcert-0f9d824914c9dff0bf5d983ab387a5b5326307fc.zip
Merge pull request #107 from AbsInt/add-file
Add support for response files
Diffstat (limited to 'driver/Configuration.mli')
-rw-r--r--driver/Configuration.mli8
1 files changed, 8 insertions, 0 deletions
diff --git a/driver/Configuration.mli b/driver/Configuration.mli
index dde9d6fd..7087c3c2 100644
--- a/driver/Configuration.mli
+++ b/driver/Configuration.mli
@@ -63,3 +63,11 @@ val struct_passing_style: struct_passing_style
val struct_return_style: struct_return_style
(** Calling conventions to use for returning structs and unions as
first-class values *)
+
+type response_file_style =
+ | Gnu (* responsefiles in gnu compatible syntax *)
+ | Diab (* responsefiles in diab compatible syntax *)
+ | Unsupported (* responsefiles are not supported *)
+
+val response_file_style: response_file_style
+ (** Style of supported responsefiles *)