| author | |
| committer | |
| log | 54241bc770cbd610f48c365dce3c7ebf69336d73 |
| tree | cb99e8b1958f7c564befcdba4aff34837cfe075d |
| parent | 9134430387bb99504c5813abc8b566a97ba5b1f0 |
2 files changed, 0 insertions(+), 2 deletions(-)
tools/update_clang_options.zig-1| ... | @@ -676,7 +676,6 @@ pub fn main(init: std.process.Init) !void { | ... | @@ -676,7 +676,6 @@ pub fn main(init: std.process.Init) !void { |
| 676 | 676 | ||
| 677 | const child_result = try std.process.run(arena, io, .{ | 677 | const child_result = try std.process.run(arena, io, .{ |
| 678 | .argv = &child_args, | 678 | .argv = &child_args, |
| 679 | .max_output_bytes = 100 * 1024 * 1024, | ||
| 680 | }); | 679 | }); |
| 681 | 680 | ||
| 682 | std.debug.print("{s}\n", .{child_result.stderr}); | 681 | std.debug.print("{s}\n", .{child_result.stderr}); |
tools/update_cpu_features.zig-1| ... | @@ -1987,7 +1987,6 @@ fn processOneTarget(io: Io, job: Job) void { | ... | @@ -1987,7 +1987,6 @@ fn processOneTarget(io: Io, job: Job) void { |
| 1987 | 1987 | ||
| 1988 | const child_result = try std.process.run(arena, io, .{ | 1988 | const child_result = try std.process.run(arena, io, .{ |
| 1989 | .argv = &child_args, | 1989 | .argv = &child_args, |
| 1990 | .max_output_bytes = 500 * 1024 * 1024, | ||
| 1991 | }); | 1990 | }); |
| 1992 | tblgen_progress.end(); | 1991 | tblgen_progress.end(); |
| 1993 | if (child_result.stderr.len != 0) { | 1992 | if (child_result.stderr.len != 0) { |