mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 02:15:12 +00:00
parent
19eaf54bc9
commit
20e19e75fd
@ -4477,6 +4477,7 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node
|
||||
man.hash.add(comp.test_evented_io);
|
||||
man.hash.addOptionalBytes(comp.test_filter);
|
||||
man.hash.addOptionalBytes(comp.test_name_prefix);
|
||||
man.hash.addListOfBytes(comp.clang_argv);
|
||||
|
||||
// Capture the state in case we come back from this branch where the hash doesn't match.
|
||||
const prev_hash_state = man.hash.peekBin();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user