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