Skip to content

Commit

Permalink
zig update: handle bridgeos, for exhaustive switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhbsh authored and ehaas committed Sep 22, 2024
1 parent 886921d commit 8c1eeea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aro/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,7 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 {
.vulkan,
.plan9,
.other,
.bridgeos,
=> "unknown",
};
writer.writeAll(llvm_os) catch unreachable;
Expand Down

0 comments on commit 8c1eeea

Please sign in to comment.