mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target: Bump baseline bpfel/bpfeb model to v3.
https://github.com/llvm/llvm-project/pull/131691
This commit is contained in:
parent
4de368a1b6
commit
eefb334885
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue