aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorGasInfinity <me@gasinfinity.dev>2025-08-20 22:53:36 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2025-08-22 04:14:53 +0200
commitcc71936eb9ddb94b163b296e5a8e8c3f2f7c87d4 (patch)
treeb066aa40763dd0bb8bde5cc2660b60cbff19bce9 /src/codegen
parent55daefdb108ea0bf0406dcc3e0569f7b72c639b3 (diff)
downloadzig-cc71936eb9ddb94b163b296e5a8e8c3f2f7c87d4.tar.gz
zig-cc71936eb9ddb94b163b296e5a8e8c3f2f7c87d4.zip
feat(std.Target): add 3ds os
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/llvm.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 5c683a965a..9d58dbd869 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -228,6 +228,7 @@ pub fn targetTriple(allocator: Allocator, target: *const std.Target) ![]const u8
.serenity => "serenity",
.vulkan => "vulkan",
+ .@"3ds",
.opengl,
.plan9,
.contiki,