From 1252e567e3bdc094dd5ce51a813de7934e4227c7 Mon Sep 17 00:00:00 2001 From: Evan Haas Date: Tue, 3 Oct 2023 14:31:31 -0700 Subject: [PATCH] target: Add illumos to toLLVMTriple --- src/target.zig | 1 + 1 file changed, 1 insertion(+) 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",