Home
last modified time | relevance | path

Searched refs:LLVM (Results 1 – 18 of 18) sorted by relevance

/tools/scripts/
A DMakefile.include54 ifneq ($(LLVM),)
55 ifneq ($(filter %/,$(LLVM)),)
56 LLVM_PREFIX := $(LLVM)
57 else ifneq ($(filter -%,$(LLVM)),)
58 LLVM_SUFFIX := $(LLVM)
77 ifneq ($(LLVM),)
/tools/testing/selftests/
A Dlib.mk3 ifneq ($(LLVM),)
4 ifneq ($(filter %/,$(LLVM)),)
5 LLVM_PREFIX := $(LLVM)
6 else ifneq ($(filter -%,$(LLVM)),)
7 LLVM_SUFFIX := $(LLVM)
/tools/sched_ext/
A DMakefile9 ifneq ($(LLVM),)
10 ifneq ($(filter %/,$(LLVM)),)
11 LLVM_PREFIX := $(LLVM)
12 else ifneq ($(filter -%,$(LLVM)),)
13 LLVM_SUFFIX := $(LLVM)
97 ifneq ($(LLVM),)
/tools/testing/selftests/fchmodat2/
A DMakefile9 ifeq ($(LLVM),)
/tools/testing/selftests/openat2/
A DMakefile10 ifeq ($(LLVM),)
/tools/testing/selftests/nolibc/
A DMakefile16 ifeq ($(LLVM),)
A Drun-tests.sh58 -l Build with LLVM/clang
174 …MAKE=(make -f Makefile.nolibc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="…
A DMakefile.nolibc251 ifneq ($(LLVM),)
/tools/testing/selftests/arm64/mte/
A DMakefile9 ifeq ($(LLVM),)
/tools/testing/selftests/arm64/pauth/
A DMakefile12 ifeq ($(LLVM),1)
/tools/bpf/bpftool/Documentation/
A Dcommon_options.rst9 bpftool was compiled. Optional features include linking against LLVM or
/tools/testing/selftests/x86/
A DMakefile44 ifneq ($(LLVM),)
/tools/testing/selftests/bpf/
A DREADME.rst247 them to Clang/LLVM. These sub-tests are going to be skipped if Clang is too
272 Some selftests (e.g. kfunc_call and bpf_tcp_ca) require a LLVM support
286 The btf_tag selftest requires LLVM support to recognize the btf_decl_tag and
337 …test_xdpwall:FAIL:Does LLVM have https://github.com/llvm/llvm-project/commit/ea72b0319d7b0f0c2fcf4…
A DMakefile63 ifneq ($(LLVM),)
/tools/perf/util/
A Dsrcline.c504 LLVM, enumerator
524 style = LLVM; in addr2line_configure()
599 if (style == LLVM && line_len == 2 && line[0] == ',') { in read_addr2line_record()
/tools/testing/selftests/sched_ext/
A DMakefile61 ifneq ($(LLVM),)
/tools/testing/selftests/hid/
A DMakefile33 ifneq ($(LLVM),)
/tools/testing/selftests/rcutorture/bin/
A Dtorture.sh535 make LLVM=1 rustavailable > $T/rustavailable.out 2>&1
551 …./tools/testing/kunit/kunit.py run --make_options LLVM=1 --make_options CLIPPY=1 --arch arm64 --kc…

Completed in 21 milliseconds