aboutsummaryrefslogtreecommitdiff
path: root/src/Type.zig
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-07-21 14:17:51 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2024-07-21 22:38:30 +0200
commitdb8bc4770c37470e8807c21571d483e3a73f9f69 (patch)
tree5081485f9bae36094df14010dcadeb824733f640 /src/Type.zig
parent21cc5a20440e41a0f8b53b5eeac4ba5da55b64bf (diff)
downloadzig-db8bc4770c37470e8807c21571d483e3a73f9f69.tar.gz
zig-db8bc4770c37470e8807c21571d483e3a73f9f69.zip
std.Target: Remove the `tce`/`tcele` arch tags.
There is no obvious reason why this would be relevant for Zig to target. I rather question the value of LLVM even having target triple code for this, too. See: https://blog.llvm.org/2010/06/tce-project-co-design-of-application.html See: https://github.com/cpc/llvmtce
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 1428d6c15f..d3c0864771 100644
--- a/src/Type.zig
+++ b/src/Type.zig
@@ -1648,8 +1648,6 @@ pub fn maxIntAlignment(target: std.Target, use_llvm: bool) u16 {
.csky,
.arc,
.m68k,
- .tce,
- .tcele,
.spir,
.kalimba,
.spirv,