aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Configuration.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-07-21 14:39:00 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-07-21 14:39:00 +0200
commit0a38e7727f3c38742704907e0c4dc60da6b99743 (patch)
treec77e9cc64adb350459f71d8937d0895555b93772 /driver/Configuration.mli
parentf22c32dcda0e8b546e85e8ad95d0ad655e365d38 (diff)
downloadcompcert-kvx-0a38e7727f3c38742704907e0c4dc60da6b99743.tar.gz
compcert-kvx-0a38e7727f3c38742704907e0c4dc60da6b99743.zip
Added support for quoting for diab backend.
The diab data compiler has different quoting conventions compared to the gnu tools. Bug 18308.
Diffstat (limited to 'driver/Configuration.mli')
-rw-r--r--driver/Configuration.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Configuration.mli b/driver/Configuration.mli
index 1092bf6d..7087c3c2 100644
--- a/driver/Configuration.mli
+++ b/driver/Configuration.mli
@@ -66,6 +66,7 @@ val struct_return_style: struct_return_style
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