| ... | ... | @@ -5064,7 +5064,9 @@ fn loadArchive(coff: *Coff, path: std.Build.Cache.Path, fr: *Io.File.Reader) Loa |
| 5064 | 5064 | offset: u32, |
| 5065 | 5065 | iami: ?InputArchive.Member.Index, |
| 5066 | 5066 | }) = .empty; |
| 5067 | defer members.deinit(gpa); |
| 5067 | 5068 | var symbol_member_indices: std.ArrayList(u32) = .empty; |
| 5069 | defer symbol_member_indices.deinit(gpa); |
| 5068 | 5070 | |
| 5069 | 5071 | const iai: InputArchive.Index = @fromBackingInt(@intCast(coff.input_archives.items.len)); |
| 5070 | 5072 | (try coff.input_archives.addOne(gpa)).* = .{ |
| ... | ... | @@ -7400,6 +7402,8 @@ fn updateExportInner( |
| 7400 | 7402 | exported_si, |
| 7401 | 7403 | }), |
| 7402 | 7404 | } |
| 7405 | |
| 7406 | try coff.genPending(pt); |
| 7403 | 7407 | while (try coff.resolve(pt.tid)) {} |
| 7404 | 7408 | while (try coff.idle(pt.tid)) {} |
| 7405 | 7409 | |