set llvm cpu features to null for exynosm1,exynosm2

llvm dropped support for these features
This commit is contained in:
Andrew Kelley 2020-01-30 18:43:28 -05:00
parent 17c8f108a4
commit c5df0b3e9d
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -564,7 +564,7 @@ pub const all_features = blk: {
}),
};
result[@enumToInt(Feature.exynosm1)] = .{
.llvm_name = "exynosm1",
.llvm_name = null,
.description = "Samsung Exynos-M1 processors",
.dependencies = featureSet(&[_]Feature{
.crc,
@ -581,7 +581,7 @@ pub const all_features = blk: {
}),
};
result[@enumToInt(Feature.exynosm2)] = .{
.llvm_name = "exynosm2",
.llvm_name = null,
.description = "Samsung Exynos-M2 processors",
.dependencies = featureSet(&[_]Feature{
.crc,