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