File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ FEATURE_TESTS_EXTRA := \
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 \
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ FILES= \
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 \
@@ -397,11 +396,6 @@ $(OUTPUT)test-llvm-perf.bin:
397
396
$(shell $(LLVM_CONFIG ) --system-libs) \
398
397
> $(@:.bin=.make.output ) 2>&1
399
398
400
- $(OUTPUT ) test-llvm-version.bin :
401
- $(BUILDXX ) -std=gnu++17 \
402
- -I$(shell $(LLVM_CONFIG ) --includedir) \
403
- > $(@:.bin=.make.output ) 2>&1
404
-
405
399
$(OUTPUT ) test-clang.bin :
406
400
$(BUILDXX ) -std=gnu++17 \
407
401
-I$(shell $(LLVM_CONFIG ) --includedir) \
You can’t perform that action at this time.
0 commit comments