mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 21:38:33 +00:00
elf: remove obsolete call to Dwarf.resolveRelocs
This commit is contained in:
parent
fe6dfd5090
commit
6a86a1041c
@ -1345,8 +1345,6 @@ pub fn flushModule(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_nod
|
||||
try self.base.file.?.pwriteAll(code, file_offset);
|
||||
}
|
||||
|
||||
if (zo.dwarf) |*dwarf| try dwarf.resolveRelocs();
|
||||
|
||||
if (has_reloc_errors) return error.FlushFailure;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user