aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 12:55:35 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-23 12:55:35 +0200
commit67290187fff3f813412059c6bfed69015c95c890 (patch)
treebd02925b22e8ad230f23380069412551b57ca72a /driver/Driver.ml
parenta4e86b9131f39648e6e54f2ae5c498be0c2e5f41 (diff)
parent2316b5dc954b4047f3f48c61e7f4e34deb729efe (diff)
downloadcompcert-kvx-67290187fff3f813412059c6bfed69015c95c890.tar.gz
compcert-kvx-67290187fff3f813412059c6bfed69015c95c890.zip
Merge remote-tracking branch 'origin/mppa-cse3' into mppa-licm
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 6a9e9b92..4e4bab16 100644
--- a/driver/Driver.ml
+++ b/driver/Driver.ml
@@ -331,6 +331,7 @@ let cmdline_actions =
Exact "-Os", Set option_Osize;
Exact "-Obranchless", Set option_Obranchless;
Exact "-finline-auto-threshold", Integer (fun n -> option_inline_auto_threshold := n);
+ Exact "-debug-compcert", Integer (fun n -> option_debug_compcert := n);
Exact "-fsmall-data", Integer(fun n -> option_small_data := n);
Exact "-fsmall-const", Integer(fun n -> option_small_const := n);
Exact "-ffloat-const-prop", Integer(fun n -> option_ffloatconstprop := n);