Skip to content

Commit 584754c

Browse files
captain5050acmel
authored andcommitted
tools build: Remove libbpf-strings feature test
The feature test is unnecessary as the LIBBPF_CURRENT_VERSION_GEQ(1,7) macro can be used instead. The only use was in perf and this is now removed. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Blake Jones <blakejones@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 2bd5971 commit 584754c

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

tools/build/Makefile.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ FEATURE_TESTS_EXTRA := \
123123
llvm \
124124
clang \
125125
libbpf \
126-
libbpf-strings \
127126
libpfm4 \
128127
libdebuginfod \
129128
clang-bpf-co-re \

tools/build/feature/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ FILES= \
5656
test-lzma.bin \
5757
test-bpf.bin \
5858
test-libbpf.bin \
59-
test-libbpf-strings.bin \
6059
test-get_cpuid.bin \
6160
test-sdt.bin \
6261
test-cxx.bin \
@@ -328,9 +327,6 @@ $(OUTPUT)test-bpf.bin:
328327
$(OUTPUT)test-libbpf.bin:
329328
$(BUILD) -lbpf
330329

331-
$(OUTPUT)test-libbpf-strings.bin:
332-
$(BUILD)
333-
334330
$(OUTPUT)test-sdt.bin:
335331
$(BUILD)
336332

tools/build/feature/test-libbpf-strings.c

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)