Add BPF target to config.toml.example

This commit is contained in:
Alessandro Decina 2020-12-05 00:24:34 +00:00
parent 25b3c88771
commit cf5ac6228c
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ changelog-seen = 2
# support. You'll need to write a target specification at least, and most
# likely, teach rustc about the C ABI of the target. Get in touch with the
# Rust team and file an issue if you need assistance in porting!
#targets = "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86"
#targets = "AArch64;ARM;Hexagon;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86;BPF"
# LLVM experimental targets to build support for. These targets are specified in
# the same format as above, but since these targets are experimental, they are