Merge pull request #20402 from alexrp/target-cleanup

std.Target: Remove some obsolete/dead specifiers.
This commit is contained in:
Andrew Kelley
2024-07-20 13:55:37 -07:00
committed by GitHub
9 changed files with 87 additions and 151 deletions

View File

@@ -232,7 +232,6 @@ fn libCGenericName(target: std.Target) [:0]const u8 {
.gnueabi,
.gnueabihf,
.gnuf32,
.gnuf64,
.gnusf,
.gnux32,
.gnuilp32,
@@ -251,7 +250,6 @@ fn libCGenericName(target: std.Target) [:0]const u8 {
.msvc,
.itanium,
.cygnus,
.coreclr,
.simulator,
.macabi,
=> unreachable,