We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294ca65 commit 8099939Copy full SHA for 8099939
test/standalone/build.zig.zon
@@ -51,16 +51,14 @@
51
.install_raw_hex = .{
52
.path = "install_raw_hex",
53
},
54
- // https://github.com/ziglang/zig/issues/17484
55
- //.emit_asm_and_bin = .{
56
- // .path = "emit_asm_and_bin",
57
- //},
58
59
- //.issue_12588 = .{
60
- // .path = "issue_12588",
61
+ .emit_asm_and_bin = .{
+ .path = "emit_asm_and_bin",
+ },
+ .emit_llvm_no_bin = .{
+ .path = "emit_llvm_no_bin",
62
.emit_asm_no_bin = .{
63
- .path = "emit_asm_no_bin",
+ .path = "emit_asm_no_bin",
64
65
.child_process = .{
66
.path = "child_process",
test/standalone/issue_12588/build.zig renamed to test/standalone/emit_llvm_no_bin/build.zig
test/standalone/issue_12588/main.zig renamed to test/standalone/emit_llvm_no_bin/main.zig
0 commit comments