Skip to content

Commit 0adb933

Browse files
committed
BPF: review fixes
1 parent ee07447 commit 0adb933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: compiler/rustc_feature/src/active.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ declare_features! (
250250
(active, f16c_target_feature, "1.36.0", Some(44839), None),
251251
(active, riscv_target_feature, "1.45.0", Some(44839), None),
252252
(active, ermsb_target_feature, "1.49.0", Some(44839), None),
253-
(active, bpf_target_feature, "1.53.0", Some(44839), None),
253+
(active, bpf_target_feature, "1.54.0", Some(44839), None),
254254

255255
// -------------------------------------------------------------------------
256256
// feature-group-end: actual feature gates (target features)

Diff for: config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ changelog-seen = 2
9494
# support. You'll need to write a target specification at least, and most
9595
# likely, teach rustc about the C ABI of the target. Get in touch with the
9696
# Rust team and file an issue if you need assistance in porting!
97-
#targets = "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86;BPF"
97+
#targets = "AArch64;ARM;BPF;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86"
9898

9999
# LLVM experimental targets to build support for. These targets are specified in
100100
# the same format as above, but since these targets are experimental, they are

0 commit comments

Comments
 (0)