Hi, i'm just looking for a tool which can comiple C(restricted) to ebpf bytecode without clang/llvm.
i read the readme.md file ,it says like as follows:
The bytecode is shipped with the Go program to avoid having a runtime dependency on clang and llc “.
Does it means I can use go-ebpf for compiling C to ebpf bytecode?
Thanks!
Hi, i'm just looking for a tool which can comiple C(restricted) to ebpf bytecode without clang/llvm. i read the readme.md file ,it says like as follows:
Does it means I can use go-ebpf for compiling C to ebpf bytecode? Thanks!
,