| ... | @@ -835,7 +835,10 @@ fn linkWithLLD(self: *MachO, comp: *Compilation) !void { | ... | @@ -835,7 +835,10 @@ fn linkWithLLD(self: *MachO, comp: *Compilation) !void { |
| 835 | std.process.exit(1); | 835 | std.process.exit(1); |
| 836 | } | 836 | } |
| 837 | }, | 837 | }, |
| 838 | else => std.process.abort(), | 838 | else => { |
| | 839 | log.err("{s} terminated", .{ argv.items[0] }); |
| | 840 | return error.LLDCrashed; |
| | 841 | }, |
| 839 | } | 842 | } |
| 840 | } else { | 843 | } else { |
| 841 | child.stdin_behavior = .Ignore; | 844 | child.stdin_behavior = .Ignore; |