diff --git a/src/target.zig b/src/target.zig index 4512ce9a..14c69865 100644 --- a/src/target.zig +++ b/src/target.zig @@ -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",