Open amari opened 3 months ago
This patch creates two cpu constraints, enabling downstream toolchains the ability to generate eBPF bytecode.
Please note, that compiler target triples are named using bpf* instead of ebpf*.
bpf*
ebpf*
bpf
bpfbe
bpfle
bpf-unknown-none
-mlittle-endian
-mbig-endian
bpfbe-unknown-none
bpfle-unknown-none
This patch creates two cpu constraints, enabling downstream toolchains the ability to generate eBPF bytecode.
Please note, that compiler target triples are named using
bpf*
instead ofebpf*
.bpf
bpfbe
bpfle
bpf-unknown-none
-mlittle-endian
/-mbig-endian
compiler flags. Little endian is the default.bpfbe-unknown-none
bpfle-unknown-none