| ... | @@ -12083,14 +12083,16 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { | ... | @@ -12083,14 +12083,16 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { |
| 12083 | llvm.LLVMInitializeLoongArchAsmParser(); | 12083 | llvm.LLVMInitializeLoongArchAsmParser(); |
| 12084 | }, | 12084 | }, |
| 12085 | | 12085 | |
| 12086 | // LLVM backends that have no initialization functions. | 12086 | // We don't currently support using these backends. |
| 12087 | .spirv, | 12087 | .spirv, |
| 12088 | .spirv32, | 12088 | .spirv32, |
| 12089 | .spirv64, | 12089 | .spirv64, |
| 12090 | .kalimba, | | |
| 12091 | .dxil, | 12090 | .dxil, |
| 12092 | => {}, | 12091 | => {}, |
| 12093 | | 12092 | |
| 12094 | .spu_2 => unreachable, // LLVM does not support this backend | 12093 | // LLVM does does not have a backend for these. |
| | 12094 | .kalimba, |
| | 12095 | .spu_2, |
| | 12096 | => unreachable, |
| 12095 | } | 12097 | } |
| 12096 | } | 12098 | } |