Skip to content

Commit 2ff76cc

Browse files
committed
std.Target: Bump baseline bpfel/bpfeb model to v3.
llvm/llvm-project#131691
1 parent 859db0b commit 2ff76cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ pub const Cpu = struct {
19191919
else => generic(arch),
19201920
},
19211921
.avr => &avr.cpu.avr2,
1922-
.bpfel, .bpfeb => &bpf.cpu.v1,
1922+
.bpfel, .bpfeb => &bpf.cpu.v3,
19231923
.csky => &csky.cpu.ck810, // gcc/clang do not have a generic csky model.
19241924
.hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model.
19251925
.lanai => &lanai.cpu.v11, // clang does not have a generic lanai model.

0 commit comments

Comments
 (0)