We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6469b6e commit 3dcd846Copy full SHA for 3dcd846
backend/amd64/emit.ml
@@ -2357,7 +2357,7 @@ let begin_assembly unix =
2357
Asm_targets.Asm_label.initialize ~new_label:(fun () ->
2358
Cmm.new_label () |> Label.to_int);
2359
ND.initialize ~big_endian:Arch.big_endian
2360
- ~emit_assembly_comments:false
+ ~emit_assembly_comments:!Flambda_backend_flags.dasm_comments
2361
(* As a first step, we emit by calling the corresponding x86 emit
2362
directives. *) ~emit:(fun d ->
2363
List.iter directive (to_x86_directive d));
0 commit comments