commit | 598dc04fa0f131371cb120f2bf4e594f42f00057 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Fri Oct 11 15:01:46 2019 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Oct 12 16:15:10 2019 -0700 |
tree | 00f3a2806fdf45d942b8f529f13d2ccdbe1c0ad1 | |
parent | 3fbe31ae7ec4ec284a908cef7218f19e951ee55b [diff] |
selftests/bpf: Remove obsolete pahole/BTF support detection Given lots of selftests won't work without recent enough Clang/LLVM that fully supports BTF, there is no point in maintaining outdated BTF support detection and fall-back to pahole logic. Just assume we have everything we need. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191011220146.3798961-3-andriin@fb.com