| author | |
| committer | |
| log | 78740e55406ebf82371f385bbbf54f224949b8cb |
| tree | 15036e10fc39b1c93fdeab46daebdadb7e6c5ba7 |
| parent | ec757ea666a7549c5f144e2925ce3ccb396fe4c0 |
1 files changed, 2 insertions(+), 0 deletions(-)
src/link/MachO/DebugSymbols.zig+2| ... | ... | @@ -206,6 +206,8 @@ pub fn flushModule(self: *DebugSymbols, macho_file: *MachO) !void { |
| 206 | 206 | // and it corresponds to the Zig source code. |
| 207 | 207 | const zcu = comp.module orelse return error.LinkingWithoutZigSourceUnimplemented; |
| 208 | 208 | |
| 209 | try self.dwarf.flushModule(zcu); | |
| 210 | ||
| 209 | 211 | for (self.relocs.items) |*reloc| { |
| 210 | 212 | const sym = macho_file.getSymbol(reloc.target); |
| 211 | 213 | const sym_name = sym.getName(macho_file); |