| ... | ... | @@ -564,7 +564,7 @@ pub const all_features = blk: { |
| 564 | 564 | }), |
| 565 | 565 | }; |
| 566 | 566 | result[@enumToInt(Feature.exynosm1)] = .{ |
| 567 | | .llvm_name = "exynosm1", |
| 567 | .llvm_name = null, |
| 568 | 568 | .description = "Samsung Exynos-M1 processors", |
| 569 | 569 | .dependencies = featureSet(&[_]Feature{ |
| 570 | 570 | .crc, |
| ... | ... | @@ -581,7 +581,7 @@ pub const all_features = blk: { |
| 581 | 581 | }), |
| 582 | 582 | }; |
| 583 | 583 | result[@enumToInt(Feature.exynosm2)] = .{ |
| 584 | | .llvm_name = "exynosm2", |
| 584 | .llvm_name = null, |
| 585 | 585 | .description = "Samsung Exynos-M2 processors", |
| 586 | 586 | .dependencies = featureSet(&[_]Feature{ |
| 587 | 587 | .crc, |