authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-08-19 10:25:55+02:00
committergravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2024-08-21 01:43:21-04:00
log6a86a1041cc41158613d419a7512642968b64507
tree456f27fc3b80593375baf473241831a5b6950e78
parentfe6dfd50908368c99252bc1d21abf8a9ff8df712

elf: remove obsolete call to Dwarf.resolveRelocs


1 files changed, 0 insertions(+), 2 deletions(-)

src/link/Elf.zig-2
...@@ -1345,8 +1345,6 @@ pub fn flushModule(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_nod...@@ -1345,8 +1345,6 @@ pub fn flushModule(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_nod
1345 try self.base.file.?.pwriteAll(code, file_offset);1345 try self.base.file.?.pwriteAll(code, file_offset);
1346 }1346 }
13471347
1348 if (zo.dwarf) |*dwarf| try dwarf.resolveRelocs();
1349
1350 if (has_reloc_errors) return error.FlushFailure;1348 if (has_reloc_errors) return error.FlushFailure;
1351 }1349 }
13521350