| author | |
| committer | |
| log | 2e5b3b5c7c7f5e46f1b4481bd81652db869da6d9 |
| tree | c78201f6efe65eeba9b481f4c95f3b035849dd61 |
| parent | 2cfa0f567d42a8dace0fb186c710548f18ae0639 |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/compiler/build_runner.zig+3| ... | ... | @@ -435,6 +435,9 @@ pub fn main() !void { |
| 435 | 435 | else => return err, |
| 436 | 436 | }; |
| 437 | 437 | if (fuzz) { |
| 438 | if (builtin.single_threaded) { | |
| 439 | fatal("--fuzz not yet implemented for single-threaded builds", .{}); | |
| 440 | } | |
| 438 | 441 | switch (builtin.os.tag) { |
| 439 | 442 | // Current implementation depends on two things that need to be ported to Windows: |
| 440 | 443 | // * Memory-mapping to share data between the fuzzer and build runner. |