aboutsummaryrefslogtreecommitdiff
path: root/src/Type.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-07-21 14:07:35 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2024-07-21 22:38:30 +0200
commit67a052df81dbd40a49ce07b58e854d56b1def03a (patch)
tree906c6c649adee2568f17ea48f37888afcd5d9fd6 /src/Type.zig
parentc825b567b26c475e058e074e5d22af006854fab6 (diff)
downloadzig-67a052df81dbd40a49ce07b58e854d56b1def03a.tar.gz
zig-67a052df81dbd40a49ce07b58e854d56b1def03a.zip
std.Target: Remove `amdil`/`amdil64` arch tags.
This is really obscure and no one is 100% sure what it is. It seems to be old and unused. My suspicion is that it's just an old term for "AMDGPU" before it was upstreamed to LLVM. See: https://github.com/search?q=repo%3Allvm%2Fllvm-project+amdil&type=code
Diffstat (limited to 'src/Type.zig')
-rw-r--r--src/Type.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Type.zig b/src/Type.zig
index bfe9a94d33..093bd2cbbe 100644
--- a/src/Type.zig
+++ b/src/Type.zig
@@ -1650,14 +1650,12 @@ pub fn maxIntAlignment(target: std.Target, use_llvm: bool) u16 {
.m68k,
.tce,
.tcele,
- .amdil,
.hsail,
.spir,
.kalimba,
.spirv,
.spirv32,
.shave,
- .amdil64,
.hsail64,
.spir64,
.ve,