| ... | @@ -4477,6 +4477,7 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node | ... | @@ -4477,6 +4477,7 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node |
| 4477 | man.hash.add(comp.test_evented_io); | 4477 | man.hash.add(comp.test_evented_io); |
| 4478 | man.hash.addOptionalBytes(comp.test_filter); | 4478 | man.hash.addOptionalBytes(comp.test_filter); |
| 4479 | man.hash.addOptionalBytes(comp.test_name_prefix); | 4479 | man.hash.addOptionalBytes(comp.test_name_prefix); |
| | 4480 | man.hash.addListOfBytes(comp.clang_argv); |
| 4480 | | 4481 | |
| 4481 | // Capture the state in case we come back from this branch where the hash doesn't match. | 4482 | // Capture the state in case we come back from this branch where the hash doesn't match. |
| 4482 | const prev_hash_state = man.hash.peekBin(); | 4483 | const prev_hash_state = man.hash.peekBin(); |