| author | |
| committer | |
| log | 8975fa5b38a791d318c0817afb636ba91ad8d038 |
| tree | 4a989730f6792f90c19579b4b40bdd6b27b50879 |
| parent | d877eb0e8d1b6327446c72a2db28b9a7c92c35bf |
1 files changed, 1 insertions(+), 0 deletions(-)
src/Compilation.zig+1| ... | ... | @@ -2868,6 +2868,7 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node |
| 2868 | 2868 | man.hash.addOptionalEmitLoc(comp.emit_llvm_ir); |
| 2869 | 2869 | man.hash.addOptionalEmitLoc(comp.emit_analysis); |
| 2870 | 2870 | man.hash.addOptionalEmitLoc(comp.emit_docs); |
| 2871 | man.hash.add(comp.test_evented_io); | |
| 2871 | 2872 | man.hash.addOptionalBytes(comp.test_filter); |
| 2872 | 2873 | man.hash.addOptionalBytes(comp.test_name_prefix); |
| 2873 | 2874 |