Skip to content

Commit cf5ac62

Browse files
committed
Add BPF target to config.toml.example
1 parent 25b3c88 commit cf5ac62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"
97+
#targets = "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86;BPF"
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)