From 4392758d3e9032edb1ea4a899b92fef886749fca Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Mon, 9 Sep 2019 22:34:21 +0200 Subject: -fall-loads-nontrap --- extraction/extraction.v | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extraction') 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". -- cgit