summaryrefslogtreecommitdiff
path: root/src/process_file.mli
diff options
context:
space:
mode:
authorThomas Bauereiss2019-01-29 16:55:26 +0000
committerThomas Bauereiss2019-01-29 16:58:47 +0000
commit06b4141e3a06aaf74449d062d85cffb68f566b6b (patch)
tree97cd44c6a17bb7d5bd205be6f2565941cbef9ba8 /src/process_file.mli
parent1f2c21b684be664e8ffffda2fd3c8d34edaba807 (diff)
parent60164a9a221ed6566f1067100dbea2ec828b47d2 (diff)
Merge branch 'sail2' into asl_flow2
Diffstat (limited to 'src/process_file.mli')
-rw-r--r--src/process_file.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process_file.mli b/src/process_file.mli
index 181443fb..74d847a5 100644
--- a/src/process_file.mli
+++ b/src/process_file.mli
@@ -71,6 +71,10 @@ val opt_ddump_tc_ast : bool ref
val opt_ddump_rewrite_ast : ((string * int) option) ref
val opt_dno_cast : bool ref
+val opt_lem_output_dir : (string option) ref
+val opt_isa_output_dir : (string option) ref
+val opt_coq_output_dir : (string option) ref
+
type out_type =
| Lem_out of string list (* If present, the strings are files to open in the lem backend*)
| Coq_out of string list (* If present, the strings are files to open in the coq backend*)