pub fn addObjectFile(m: *Module, object: LazyPath) void
pub fn addObjectFile(m: *Module, object: LazyPath) void { const graph = m.owner.graph; const arena = graph.arena; m.link_objects.append(arena, .{ .static_path = object.dupe(graph) }) catch @panic("OOM"); }