| ... | @@ -2590,6 +2590,8 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node | ... | @@ -2590,6 +2590,8 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node |
| 2590 | man.hash.add(comp.emit_llvm_ir != null); | 2590 | man.hash.add(comp.emit_llvm_ir != null); |
| 2591 | man.hash.add(comp.emit_analysis != null); | 2591 | man.hash.add(comp.emit_analysis != null); |
| 2592 | man.hash.add(comp.emit_docs != null); | 2592 | man.hash.add(comp.emit_docs != null); |
| | 2593 | man.hash.addOptionalBytes(comp.test_filter); |
| | 2594 | man.hash.addOptionalBytes(comp.test_name_prefix); |
| 2593 | | 2595 | |
| 2594 | // Capture the state in case we come back from this branch where the hash doesn't match. | 2596 | // Capture the state in case we come back from this branch where the hash doesn't match. |
| 2595 | const prev_hash_state = man.hash.peekBin(); | 2597 | const prev_hash_state = man.hash.peekBin(); |