| ... | @@ -2584,6 +2584,10 @@ fn addNonIncrementalStuffToCacheManifest( | ... | @@ -2584,6 +2584,10 @@ fn addNonIncrementalStuffToCacheManifest( |
| 2584 | man.hash.addOptional(opts.initial_memory); | 2584 | man.hash.addOptional(opts.initial_memory); |
| 2585 | man.hash.addOptional(opts.max_memory); | 2585 | man.hash.addOptional(opts.max_memory); |
| 2586 | man.hash.addOptional(opts.global_base); | 2586 | man.hash.addOptional(opts.global_base); |
| | 2587 | man.hash.add(opts.export_symbol_names.len); |
| | 2588 | for (opts.export_symbol_names) |symbol_name| { |
| | 2589 | man.hash.addBytes(symbol_name); |
| | 2590 | } |
| 2587 | | 2591 | |
| 2588 | // Mach-O specific stuff | 2592 | // Mach-O specific stuff |
| 2589 | try link.File.MachO.hashAddFrameworks(man, opts.frameworks); | 2593 | try link.File.MachO.hashAddFrameworks(man, opts.frameworks); |