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/target.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/target.zig')
| -rw-r--r-- | src/target.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target.zig b/src/target.zig index 89e6069e21..6ff9e69e61 100644 --- a/src/target.zig +++ b/src/target.zig @@ -142,8 +142,6 @@ pub fn hasLlvmSupport(target: std.Target, ofmt: std.Target.ObjectFormat) bool { .sparc64, .sparcel, .s390x, - .tce, - .tcele, .thumb, .thumbeb, .x86, |
