mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
set llvm cpu features to null for exynosm1,exynosm2
llvm dropped support for these features
This commit is contained in:
parent
17c8f108a4
commit
c5df0b3e9d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user