aboutsummaryrefslogtreecommitdiff
path: root/src/Sema.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2023-02-01 11:12:53 +0100
committerJakub Konka <kubkon@jakubkonka.com>2023-02-01 11:12:53 +0100
commitb3277c893691c462ec2e82577a78e7baafb42bf6 (patch)
tree05c850c81f99ce1339c2fa3c045367c27702edd8 /src/Sema.zig
parent9fdc32c96e3961ae2f5287483c9638051df34180 (diff)
downloadzig-b3277c893691c462ec2e82577a78e7baafb42bf6.tar.gz
zig-b3277c893691c462ec2e82577a78e7baafb42bf6.zip
link: make Plan9 atoms fully owned by the linker
Diffstat (limited to 'src/Sema.zig')
-rw-r--r--src/Sema.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sema.zig b/src/Sema.zig
index 82321ef545..e54bfc7bd9 100644
--- a/src/Sema.zig
+++ b/src/Sema.zig
@@ -5568,7 +5568,7 @@ pub fn analyzeExport(
.coff => .{ .coff = {} },
.elf => .{ .elf = {} },
.macho => .{ .macho = {} },
- .plan9 => .{ .plan9 = null },
+ .plan9 => .{ .plan9 = {} },
.c => .{ .c = {} },
.wasm => .{ .wasm = .{} },
.spirv => .{ .spirv = {} },