| ... | ... | @@ -153,7 +153,6 @@ pub fn hasLlvmSupport(target: std.Target, ofmt: std.Target.ObjectFormat) bool { |
| 153 | 153 | .avr, |
| 154 | 154 | .bpfel, |
| 155 | 155 | .bpfeb, |
| 156 | | .csky, |
| 157 | 156 | .hexagon, |
| 158 | 157 | .loongarch32, |
| 159 | 158 | .loongarch64, |
| ... | ... | @@ -181,7 +180,6 @@ pub fn hasLlvmSupport(target: std.Target, ofmt: std.Target.ObjectFormat) bool { |
| 181 | 180 | .x86, |
| 182 | 181 | .x86_64, |
| 183 | 182 | .xcore, |
| 184 | | .xtensa, |
| 185 | 183 | .nvptx, |
| 186 | 184 | .nvptx64, |
| 187 | 185 | .lanai, |
| ... | ... | @@ -190,6 +188,11 @@ pub fn hasLlvmSupport(target: std.Target, ofmt: std.Target.ObjectFormat) bool { |
| 190 | 188 | .ve, |
| 191 | 189 | => true, |
| 192 | 190 | |
| 191 | // LLVM backend exists but can produce neither assembly nor object files. |
| 192 | .csky, |
| 193 | .xtensa, |
| 194 | => false, |
| 195 | |
| 193 | 196 | // No LLVM backend exists. |
| 194 | 197 | .kalimba, |
| 195 | 198 | .propeller, |