| ... | ... | @@ -99,7 +99,7 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 99 | 99 | man.hash.addOptional(self.base.options.major_subsystem_version); |
| 100 | 100 | man.hash.addOptional(self.base.options.minor_subsystem_version); |
| 101 | 101 | man.hash.addOptional(self.base.options.version); |
| 102 | | man.hash.addOptionalBytes(self.base.options.module_definition_file); |
| 102 | try man.addOptionalFile(self.base.options.module_definition_file); |
| 103 | 103 | |
| 104 | 104 | // We don't actually care whether it's a cache hit or miss; we just need the digest and the lock. |
| 105 | 105 | _ = try man.hit(); |