Skip to content

Commit 332f60a

Browse files
james-c-linaroacmel
authored andcommitted
perf build: Remove unused feature test target
llvm-version was removed in commit 56b11a2 ("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>
1 parent 206dcfc commit 332f60a

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

tools/build/Makefile.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ FEATURE_TESTS_EXTRA := \
100100
libunwind-debug-frame-aarch64 \
101101
cxx \
102102
llvm \
103-
llvm-version \
104103
clang \
105104
libbpf \
106105
libbpf-btf__load_from_kernel_by_id \

tools/build/feature/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ FILES= \
7474
test-clang.bin \
7575
test-llvm.bin \
7676
test-llvm-perf.bin \
77-
test-llvm-version.bin \
7877
test-libaio.bin \
7978
test-libzstd.bin \
8079
test-clang-bpf-co-re.bin \
@@ -397,11 +396,6 @@ $(OUTPUT)test-llvm-perf.bin:
397396
$(shell $(LLVM_CONFIG) --system-libs) \
398397
> $(@:.bin=.make.output) 2>&1
399398

400-
$(OUTPUT)test-llvm-version.bin:
401-
$(BUILDXX) -std=gnu++17 \
402-
-I$(shell $(LLVM_CONFIG) --includedir) \
403-
> $(@:.bin=.make.output) 2>&1
404-
405399
$(OUTPUT)test-clang.bin:
406400
$(BUILDXX) -std=gnu++17 \
407401
-I$(shell $(LLVM_CONFIG) --includedir) \

0 commit comments

Comments
 (0)