aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-07-30 02:15:39 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2024-07-30 06:30:25 +0200
commitef06e4b6e41b44b6be7417f2e29d7546aefa7b5e (patch)
treefc3d79d9c0a787e99b0f3bac0603cdb395e6846a /src/codegen
parentc8ca05e93a5ad482279c9dd95e330ed6c1027c3b (diff)
downloadzig-ef06e4b6e41b44b6be7417f2e29d7546aefa7b5e.tar.gz
zig-ef06e4b6e41b44b6be7417f2e29d7546aefa7b5e.zip
std.Target: Remove `ananas` OS tag.
This is a fairly small hobby OS that has not seen development in 2 years. Our current policy is that hobby OSs should use the `other` tag. https://github.com/zhmu/ananas
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/llvm.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig
index 4317c1b41f..8f042cf265 100644
--- a/src/codegen/llvm.zig
+++ b/src/codegen/llvm.zig
@@ -133,7 +133,6 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 {
.opencl,
.glsl450,
.plan9,
- .ananas,
.cloudabi,
.minix,
.contiki,
@@ -205,7 +204,6 @@ pub fn targetOs(os_tag: std.Target.Os.Tag) llvm.OSType {
.opencl,
.glsl450,
.plan9,
- .ananas,
.cloudabi,
.minix,
.contiki,