mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 06:18:32 +00:00
cache-hash: add test_filter and test_name_prefix (#6583)
This commit is contained in:
parent
87807d53dd
commit
dd4771a5d2
@ -2590,6 +2590,8 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node
|
||||
man.hash.add(comp.emit_llvm_ir != null);
|
||||
man.hash.add(comp.emit_analysis != null);
|
||||
man.hash.add(comp.emit_docs != null);
|
||||
man.hash.addOptionalBytes(comp.test_filter);
|
||||
man.hash.addOptionalBytes(comp.test_name_prefix);
|
||||
|
||||
// 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