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 <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Bill Wendling <[email protected]> Cc: Changbin Du <[email protected]> Cc: Daniel Wagner <[email protected]> Cc: Guilherme Amadio <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Justin Stitt <[email protected]> Cc: Kan Liang <[email protected]> Cc: Leo Yan <[email protected]> Cc: Manu Bretelle <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Masami Hiramatsu <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Nathan Chancellor <[email protected]> Cc: Nick Desaulniers <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Quentin Monnet <[email protected]> Cc: Steinar H. Gunderson <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ Removed one leftover, 'llvm-version' from FEATURE_TESTS_EXTRA ] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 206dcfc commit 332f60a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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)