aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-02 09:32:49 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-02 09:32:49 +0200
commit9f256a4ad30c93749e6c1192a84f996feac3b023 (patch)
tree81b381e5651e34474a133f012927442f64d51c56 /driver/Clflags.ml
parent053cfa54205575ceb984f5922f51f4fce5980604 (diff)
downloadcompcert-kvx-9f256a4ad30c93749e6c1192a84f996feac3b023.tar.gz
compcert-kvx-9f256a4ad30c93749e6c1192a84f996feac3b023.zip
command line options (still incomplete)
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 4d70d350..76afa4b4 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -66,3 +66,7 @@ let option_small_const = ref (!option_small_data)
let option_timings = ref false
let stdlib_path = ref Configuration.stdlib_path
let use_standard_headers = ref Configuration.has_standard_headers
+
+let option_fglobaladdrtmp = ref false
+let option_fglobaladdroffset = ref false
+let option_fxsaddr = ref true