aboutsummaryrefslogtreecommitdiff
path: root/src/target.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/target.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/target.zig')
-rw-r--r--src/target.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target.zig b/src/target.zig
index 19b8320cd8..3e213df4f6 100644
--- a/src/target.zig
+++ b/src/target.zig
@@ -152,8 +152,6 @@ pub fn hasLlvmSupport(target: std.Target, ofmt: std.Target.ObjectFormat) bool {
.xtensa,
.nvptx,
.nvptx64,
- .amdil,
- .amdil64,
.hsail,
.hsail64,
.spir,