aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/codegen/llvm.zig')
-rw-r--r--src/codegen/llvm.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index f87a7a940c..ea8e25c214 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -12,6 +12,7 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![]u8 {
.avr => "avr",
.bpfel => "bpfel",
.bpfeb => "bpfeb",
+ .csky => "csky",
.hexagon => "hexagon",
.mips => "mips",
.mipsel => "mipsel",
@@ -74,11 +75,11 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![]u8 {
.openbsd => "openbsd",
.solaris => "solaris",
.windows => "windows",
+ .zos => "zos",
.haiku => "haiku",
.minix => "minix",
.rtems => "rtems",
.nacl => "nacl",
- .cnk => "cnk",
.aix => "aix",
.cuda => "cuda",
.nvcl => "nvcl",