aboutsummaryrefslogtreecommitdiffstats
path: root/extraction
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-09 22:34:21 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-09 22:34:21 +0200
commit4392758d3e9032edb1ea4a899b92fef886749fca (patch)
tree33e546accaa9d95755985316576a5a0a048a40ee /extraction
parent3696063f6645297402b7136dba5c4b6d9277d88c (diff)
downloadcompcert-kvx-4392758d3e9032edb1ea4a899b92fef886749fca.tar.gz
compcert-kvx-4392758d3e9032edb1ea4a899b92fef886749fca.zip
-fall-loads-nontrap
Diffstat (limited to 'extraction')
-rw-r--r--extraction/extraction.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/extraction/extraction.v b/extraction/extraction.v
index e4c1cb25..17925d8c 100644
--- a/extraction/extraction.v
+++ b/extraction/extraction.v
@@ -127,6 +127,10 @@ Extract Constant Compopts.optim_addx =>
"fun _ -> !Clflags.option_faddx".
Extract Constant Compopts.optim_coalesce_mem =>
"fun _ -> !Clflags.option_fcoalesce_mem".
+Extract Constant Compopts.va_strict =>
+ "fun _ -> false".
+Extract Constant Compopts.all_loads_nontrap =>
+ "fun _ -> !Clflags.option_all_loads_nontrap".
(* Compiler *)
Extract Constant Compiler.print_Clight => "PrintClight.print_if".