]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: set minimum clang/llvm versions for bpf support
authorJames Hilliard <james.hilliard1@gmail.com>
Mon, 31 Jan 2022 02:33:55 +0000 (19:33 -0700)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Jan 2022 05:27:11 +0000 (14:27 +0900)
commit408832e603b930d6d6062eb3bc6d6954a6ecb4f2
tree95545be3be6fb50cdfee93d350eea5f8644018d2
parentbbe53713455be38c0a587626439fd171f28c77fc
meson: set minimum clang/llvm versions for bpf support

The minimum clang/llvm-strip version needed for building libbpf based
programs is 10.0.0, this is documented here:
https://github.com/libbpf/libbpf/tree/v0.6.1#bpf-co-re-compile-once--run-everywhere

Using an older version such as 9.0.0 will generate objects that
bpftool will not be able to generate skeletons for.
meson.build