std.Target: Bump baseline bpfel/bpfeb model to v3.

https://github.com/llvm/llvm-project/pull/131691
This commit is contained in:
Alex Rønne Petersen 2025-03-18 03:23:42 +01:00
parent 4de368a1b6
commit eefb334885
No known key found for this signature in database

View File

@ -1919,7 +1919,7 @@ pub const Cpu = struct {
else => generic(arch),
},
.avr => &avr.cpu.avr2,
.bpfel, .bpfeb => &bpf.cpu.v1,
.bpfel, .bpfeb => &bpf.cpu.v3,
.csky => &csky.cpu.ck810, // gcc/clang do not have a generic csky model.
.hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model.
.lanai => &lanai.cpu.v11, // clang does not have a generic lanai model.