Commit 8975fa5b38

Andrew Kelley <andrew@ziglang.org>
2020-12-17 03:22:48
stage2: add test_evented_io to cache hash
1 parent d877eb0
Changed files (1)
src/Compilation.zig
@@ -2868,6 +2868,7 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node
     man.hash.addOptionalEmitLoc(comp.emit_llvm_ir);
     man.hash.addOptionalEmitLoc(comp.emit_analysis);
     man.hash.addOptionalEmitLoc(comp.emit_docs);
+    man.hash.add(comp.test_evented_io);
     man.hash.addOptionalBytes(comp.test_filter);
     man.hash.addOptionalBytes(comp.test_name_prefix);