| author | |
| committer | |
| log | 6a86a1041cc41158613d419a7512642968b64507 |
| tree | 456f27fc3b80593375baf473241831a5b6950e78 |
| parent | fe6dfd50908368c99252bc1d21abf8a9ff8df712 |
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 | 1345 | try self.base.file.?.pwriteAll(code, file_offset); |
| 1346 | 1346 | } |
| 1347 | 1347 | |
| 1348 | if (zo.dwarf) |*dwarf| try dwarf.resolveRelocs(); | |
| 1349 | ||
| 1350 | 1348 | if (has_reloc_errors) return error.FlushFailure; |
| 1351 | 1349 | } |
| 1352 | 1350 |