aboutsummaryrefslogtreecommitdiffstats
path: root/driver
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-07-11 16:04:56 +0200
committerYann Herklotz <git@yannherklotz.com>2021-07-11 16:04:56 +0200
commit9a4122dba9bdc33a8e912d5a45bae35e05afb229 (patch)
treed4fe5fbfd2c81fa4f3820e548a1e5d26cc9be70c /driver
parent178a7c4781c96857fe0a33c777da83e769516152 (diff)
downloadvericert-9a4122dba9bdc33a8e912d5a45bae35e05afb229.tar.gz
vericert-9a4122dba9bdc33a8e912d5a45bae35e05afb229.zip
Remove more OCaml files to compile successfully without admits.
Diffstat (limited to 'driver')
-rw-r--r--driver/VericertDriver.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/VericertDriver.ml b/driver/VericertDriver.ml
index aa5309a..1ea580f 100644
--- a/driver/VericertDriver.ml
+++ b/driver/VericertDriver.ml
@@ -65,7 +65,6 @@ let compile_c_file sourcename ifile ofile =
set_dest Vericert.PrintClight.destination option_dclight ".light.c";
set_dest Vericert.PrintCminor.destination option_dcminor ".cm";
set_dest Vericert.PrintRTL.destination option_drtl ".rtl";
- set_dest Vericert.PrintRTLBlock.destination option_drtlblock ".rtlblock";
set_dest Vericert.PrintHTL.destination option_dhtl ".htl";
set_dest Vericert.Regalloc.destination_alloctrace option_dalloctrace ".alloctrace";
set_dest Vericert.PrintLTL.destination option_dltl ".ltl";