| author | |
| committer | |
| log | 5e11790c7bb05aa929abb8c080c7c7ee9ab09868 |
| tree | 9f8696799b1027b34efb4f65dd16c00358b46f9a |
| parent | 2530d638d67977c1f02f8c0fb91934e5fdd45bb0 |
1 files changed, 3 insertions(+), 0 deletions(-)
src/link/Elf.zig+3| ... | ... | @@ -775,6 +775,9 @@ pub fn loadInput(self: *Elf, input: link.Input) !void { |
| 775 | 775 | const is_static_lib = self.base.isStaticLib(); |
| 776 | 776 | |
| 777 | 777 | if (comp.verbose_link) { |
| 778 | comp.mutex.lock(); // protect comp.arena | |
| 779 | defer comp.mutex.unlock(); | |
| 780 | ||
| 778 | 781 | const argv = &self.dump_argv_list; |
| 779 | 782 | switch (input) { |
| 780 | 783 | .res => unreachable, |