Skip to content

Commit

Permalink
Add debug print of constants found by get_recursive_kns
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Nov 4, 2023
1 parent bc4c635 commit ee175a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tac2compile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,6 +1121,7 @@ let compile ~recursive knl =
if recursive then get_recursive_kns knl
else knl
in
debug Pp.(fun () -> str "Compiling constants " ++ prlist_with_sep spc (Tac2print.pr_tacref Id.Set.empty) knl);
let file, ch, prefix = get_ml_filename () in
let kns, exts, pp = pp_code recursive prefix knl in
let fch = Format.formatter_of_out_channel ch in
Expand Down

0 comments on commit ee175a9

Please sign in to comment.