mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 20:43:19 +00:00
Add emit_h path to compilation hash.
This commit is contained in:
parent
0771aac48b
commit
9849e894d5
@ -2956,6 +2956,9 @@ fn updateStage1Module(comp: *Compilation, main_progress_node: *std.Progress.Node
|
||||
man.hash.add(comp.bin_file.options.is_test);
|
||||
man.hash.add(comp.bin_file.options.emit != null);
|
||||
man.hash.add(comp.c_header != null);
|
||||
if (comp.c_header) |header| {
|
||||
man.hash.addEmitLoc(header.emit_loc.?);
|
||||
}
|
||||
man.hash.addOptionalEmitLoc(comp.emit_asm);
|
||||
man.hash.addOptionalEmitLoc(comp.emit_llvm_ir);
|
||||
man.hash.addOptionalEmitLoc(comp.emit_analysis);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user