Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Thu, 30 Jan 2025 15:33:45 -0700 you wrote:
Since 67ab80a01886 ("selftests/bpf: Prefer static linking for LLVM libraries"), only statically linking test_progs is supported. However, some distros only provide a dynamically linkable LLVM.
This commit adds a fallback for dynamically linking LLVM if static linking is not available. If both options are available, static linking is chosen.
[...]
Here is the summary with links: - selftests: bpf: Support dynamic linking LLVM if static not available https://git.kernel.org/bpf/bpf-next/c/2a9d30fac818
You are awesome, thank you!