eunomia-bpf / bpftime

Userspace eBPF runtime for Observability, Network & General Extensions Framework
https://eunomia.dev/bpftime/
MIT License
815 stars 75 forks source link

vm: fix compiling ebpf program using llvm in parallel environment #108

Closed Officeyutong closed 11 months ago

Officeyutong commented 11 months ago

Closes #91

The original compilation implementation has the following bugs:

Fixes are:

Besides, this PR updates test-examples workflow, make it enable to use llvm-jit as ebpf runtime