| ... | ... | @@ -98,6 +98,8 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 98 | 98 | // strip does not need to go into the linker hash because it is part of the hash namespace |
| 99 | 99 | man.hash.addOptional(self.base.options.major_subsystem_version); |
| 100 | 100 | man.hash.addOptional(self.base.options.minor_subsystem_version); |
| 101 | man.hash.addOptional(self.base.options.version); |
| 102 | man.hash.addOptionalBytes(self.base.options.module_definition_file); |
| 101 | 103 | |
| 102 | 104 | // We don't actually care whether it's a cache hit or miss; we just need the digest and the lock. |
| 103 | 105 | _ = try man.hit(); |