summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJiri Olsa <jolsa@kernel.org>2018-03-07 10:50:18 -0500
committerArnaldo Carvalho de Melo <acme@redhat.com>2018-03-08 09:30:48 -0500
commitbd476684584ecc3e269167d595c6dd5375011ca0 (patch)
tree56255498d43324f7c8d9aa967c7b2ac50d784d36 /tools/build
parented3956293f2913047c622c238b5bf7ff4fe250bf (diff)
perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRA
So we can see the status when we build perf, like: $ make LIBCLANGLLVM=1 VF=1 ... cxx: [ on ] ... llvm: [ on ] ... llvm-version: [ on ] ... clang: [ on ] Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20180307155020.32613-18-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile.feature6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature
index c378f003b007..5b6dda3b1ca8 100644
--- a/tools/build/Makefile.feature
+++ b/tools/build/Makefile.feature
@@ -82,7 +82,11 @@ FEATURE_TESTS_EXTRA := \
82 liberty-z \ 82 liberty-z \
83 libunwind-debug-frame \ 83 libunwind-debug-frame \
84 libunwind-debug-frame-arm \ 84 libunwind-debug-frame-arm \
85 libunwind-debug-frame-aarch64 85 libunwind-debug-frame-aarch64 \
86 cxx \
87 llvm \
88 llvm-version \
89 clang
86 90
87FEATURE_TESTS ?= $(FEATURE_TESTS_BASIC) 91FEATURE_TESTS ?= $(FEATURE_TESTS_BASIC)
88 92