aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
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/Driver.ml
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/Driver.ml')
-rw-r--r--driver/Driver.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Driver.ml b/driver/Driver.ml
index 68615727..eccd233c 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -341,6 +341,7 @@ General options:\n\
\ -v Print external commands before invoking them\n\
\ -timings Show the time spent in various compiler passes\n\
\ -version Print the version string and exit\n\
+\ @<file> Read command line options from <file>\n\
Interpreter mode:\n\
\ -interp Execute given .c files using the reference interpreter\n\
\ -quiet Suppress diagnostic messages for the interpreter\n\