diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2024-07-21 14:17:51 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2024-07-21 22:38:30 +0200 |
| commit | db8bc4770c37470e8807c21571d483e3a73f9f69 (patch) | |
| tree | 5081485f9bae36094df14010dcadeb824733f640 /src/Type.zig | |
| parent | 21cc5a20440e41a0f8b53b5eeac4ba5da55b64bf (diff) | |
| download | zig-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.zig | 2 |
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, |
