elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

elftoolchain rework, update and change how we import things #196

Open haesbaert opened 5 months ago

haesbaert commented 5 months ago

This is an in progress port of the elftoolchain work from quark.

Since this is nasty and ungrateful work, I tried to split the commits to make this readable. First one basically rm -rf contrib/elftoolchain, then import things verbatim, then import the interesting things. So if you're looking at this commit, ignore the first ones.

Once this is done, next step is cleaning up and updating libbpf, which should now work with this elftoolchain without any changes.