From 20e19e75fd3030e1b567044ef02cc3958ed9f73a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 29 Nov 2021 20:57:50 -0700 Subject: add clang_argv to stage1 cache hash closes #9304 --- src/Compilation.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 2d33fe83b6..29d101e61e 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -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(); -- cgit v1.2.3