| ... | ... | @@ -1617,8 +1617,10 @@ pub fn analyzeContainer(self: *Module, container_scope: *Scope.Container) !void |
| 1617 | 1617 | // in `Decl` to notice that the line number did not change. |
| 1618 | 1618 | self.comp.work_queue.writeItemAssumeCapacity(.{ .update_line_number = decl }); |
| 1619 | 1619 | }, |
| 1620 | | .macho => { |
| 1621 | | // TODO Implement for MachO |
| 1620 | .macho => if (decl.fn_link.macho.len != 0) { |
| 1621 | // TODO Look into detecting when this would be unnecessary by storing enough state |
| 1622 | // in `Decl` to notice that the line number did not change. |
| 1623 | self.comp.work_queue.writeItemAssumeCapacity(.{ .update_line_number = decl }); |
| 1622 | 1624 | }, |
| 1623 | 1625 | .c, .wasm => {}, |
| 1624 | 1626 | } |