Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf build: Remove unused feature test target

llvm-version was removed in commit 56b11a2126bf ("perf bpf: Remove
support for embedding clang for compiling BPF events (-e foo.c)") but
some parts were left in the Makefile so finish removing them.

Signed-off-by: James Clark <james.clark@linaro.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Bill Wendling <morbo@google.com>
Cc: Changbin Du <changbin.du@huawei.com>
Cc: Daniel Wagner <dwagner@suse.de>
Cc: Guilherme Amadio <amadio@gentoo.org>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Justin Stitt <justinstitt@google.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Leo Yan <leo.yan@arm.com>
Cc: Manu Bretelle <chantr4@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Cc: Nick Desaulniers <ndesaulniers@google.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Quentin Monnet <qmo@kernel.org>
Cc: Steinar H. Gunderson <sesse@google.com>
Link: https://lore.kernel.org/r/20240910140405.568791-2-james.clark@linaro.org
[ Removed one leftover, 'llvm-version' from FEATURE_TESTS_EXTRA ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

James Clark and committed by
Arnaldo Carvalho de Melo
332f60ac 206dcfca

-7
-1
tools/build/Makefile.feature
··· 100 100 libunwind-debug-frame-aarch64 \ 101 101 cxx \ 102 102 llvm \ 103 - llvm-version \ 104 103 clang \ 105 104 libbpf \ 106 105 libbpf-btf__load_from_kernel_by_id \
-6
tools/build/feature/Makefile
··· 74 74 test-clang.bin \ 75 75 test-llvm.bin \ 76 76 test-llvm-perf.bin \ 77 - test-llvm-version.bin \ 78 77 test-libaio.bin \ 79 78 test-libzstd.bin \ 80 79 test-clang-bpf-co-re.bin \ ··· 394 395 -L$(shell $(LLVM_CONFIG) --libdir) \ 395 396 $(shell $(LLVM_CONFIG) --libs Core BPF) \ 396 397 $(shell $(LLVM_CONFIG) --system-libs) \ 397 - > $(@:.bin=.make.output) 2>&1 398 - 399 - $(OUTPUT)test-llvm-version.bin: 400 - $(BUILDXX) -std=gnu++17 \ 401 - -I$(shell $(LLVM_CONFIG) --includedir) \ 402 398 > $(@:.bin=.make.output) 2>&1 403 399 404 400 $(OUTPUT)test-clang.bin: