committed by
Jakub Konka
parent
ce14bc7176
commit
cc650abf09
@@ -835,7 +835,10 @@ fn linkWithLLD(self: *MachO, comp: *Compilation) !void {
|
||||
std.process.exit(1);
|
||||
}
|
||||
},
|
||||
else => std.process.abort(),
|
||||
else => {
|
||||
log.err("{s} terminated", .{ argv.items[0] });
|
||||
return error.LLDCrashed;
|
||||
},
|
||||
}
|
||||
} else {
|
||||
child.stdin_behavior = .Ignore;
|
||||
|
||||
Reference in New Issue
Block a user