| ... | @@ -2956,6 +2956,9 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node | ... | @@ -2956,6 +2956,9 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node |
| 2956 | man.hash.add(comp.bin_file.options.is_test); | 2956 | man.hash.add(comp.bin_file.options.is_test); |
| 2957 | man.hash.add(comp.bin_file.options.emit != null); | 2957 | man.hash.add(comp.bin_file.options.emit != null); |
| 2958 | man.hash.add(comp.c_header != null); | 2958 | man.hash.add(comp.c_header != null); |
| | 2959 | if (comp.c_header) |header| { |
| | 2960 | man.hash.addEmitLoc(header.emit_loc.?); |
| | 2961 | } |
| 2959 | man.hash.addOptionalEmitLoc(comp.emit_asm); | 2962 | man.hash.addOptionalEmitLoc(comp.emit_asm); |
| 2960 | man.hash.addOptionalEmitLoc(comp.emit_llvm_ir); | 2963 | man.hash.addOptionalEmitLoc(comp.emit_llvm_ir); |
| 2961 | man.hash.addOptionalEmitLoc(comp.emit_analysis); | 2964 | man.hash.addOptionalEmitLoc(comp.emit_analysis); |