diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-01-24 00:22:43 +0100 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-02-17 19:17:55 +0100 |
| commit | b541a7af1155a984bd41008ea337030d0373e0ea (patch) | |
| tree | f8fb36f0e10cdadb8734254610567f799db206e3 /src/codegen | |
| parent | 55c46870b23ac16670beaa3ff1c082b703738307 (diff) | |
| download | zig-b541a7af1155a984bd41008ea337030d0373e0ea.tar.gz zig-b541a7af1155a984bd41008ea337030d0373e0ea.zip | |
std.Target: Remove Cpu.Arch.spu_2.
This was for a hobby project that appears to be dormant for now. This can be
added back if the project is resumed in the future.
Diffstat (limited to 'src/codegen')
| -rw-r--r-- | src/codegen/llvm.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig index 97ed00c98d..25b49d2b35 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -98,7 +98,6 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 { .ve => "ve", .kalimba, - .spu_2, .propeller1, .propeller2, => unreachable, // Gated by hasLlvmSupport(). @@ -13024,7 +13023,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { // LLVM does does not have a backend for these. .kalimba, - .spu_2, .propeller1, .propeller2, => unreachable, |
