Skip to content

Commit

Permalink
target: Add illumos to toLLVMTriple
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Oct 3, 2023
1 parent 7bf3d05 commit 1252e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 {
.netbsd => "netbsd",
.openbsd => "openbsd",
.solaris => "solaris",
.illumos => "illumos",
.windows => "windows",
.zos => "zos",
.haiku => "haiku",
Expand Down

0 comments on commit 1252e56

Please sign in to comment.