Skip to content

Commit c2cf2b2

Browse files
authored
flambda-backend: Add some missing command line arguments to ocamlnat (#499)
1 parent 173842c commit c2cf2b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/main_args.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,7 @@ module Make_opttop_options (F : Opttop_options) = struct
16031603
mk_dparsetree F._dparsetree;
16041604
mk_dtypedtree F._dtypedtree;
16051605
mk_drawlambda F._drawlambda;
1606+
mk_dlambda F._dlambda;
16061607
mk_drawclambda F._drawclambda;
16071608
mk_dclambda F._dclambda;
16081609
mk_dcmm_invariants F._dcmm_invariants;
@@ -1626,6 +1627,7 @@ module Make_opttop_options (F : Opttop_options) = struct
16261627
mk_dinterval F._dinterval;
16271628
mk_dstartup F._dstartup;
16281629
mk_dump_pass F._dump_pass;
1630+
mk_extension F._extension;
16291631
]
16301632
end;;
16311633

0 commit comments

Comments
 (0)