pub fn addRPath(m: *Module, directory_path: LazyPath) void
pub fn addRPath(m: *Module, directory_path: LazyPath) void { const graph = m.owner.graph; const arena = graph.arena; m.rpaths.append(arena, .{ .lazy_path = directory_path.dupe(graph) }) catch @panic("OOM"); }