| author | |
| committer | |
| log | c546ddb3edc557fae4b932e5239b9dcb66117832 |
| tree | a4f31bb544c32e89b49e1191d36f46d60e52c157 |
| parent | 2b63ba31e9757347b4e8d10c435396f94367ef45 |
See tracking issue #184271 files changed, 5 insertions(+), 0 deletions(-)
test/standalone/coff_dwarf/build.zig+5| ... | ... | @@ -11,6 +11,11 @@ pub fn build(b: *std.Build) void { |
| 11 | 11 | |
| 12 | 12 | if (builtin.os.tag != .windows) return; |
| 13 | 13 | |
| 14 | if (builtin.cpu.arch == .aarch64) { | |
| 15 | // https://github.com/ziglang/zig/issues/18427 | |
| 16 | return; | |
| 17 | } | |
| 18 | ||
| 14 | 19 | const exe = b.addExecutable(.{ |
| 15 | 20 | .name = "main", |
| 16 | 21 | .root_source_file = .{ .path = "main.zig" }, |