Searched refs:LLVM (Results 1 – 18 of 18) sorted by relevance
| /tools/scripts/ |
| A D | Makefile.include | 54 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 D | lib.mk | 3 ifneq ($(LLVM),) 4 ifneq ($(filter %/,$(LLVM)),) 5 LLVM_PREFIX := $(LLVM) 6 else ifneq ($(filter -%,$(LLVM)),) 7 LLVM_SUFFIX := $(LLVM)
|
| /tools/sched_ext/ |
| A D | Makefile | 9 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 D | Makefile | 9 ifeq ($(LLVM),)
|
| /tools/testing/selftests/openat2/ |
| A D | Makefile | 10 ifeq ($(LLVM),)
|
| /tools/testing/selftests/nolibc/ |
| A D | Makefile | 16 ifeq ($(LLVM),)
|
| A D | run-tests.sh | 58 -l Build with LLVM/clang 174 …MAKE=(make -f Makefile.nolibc -j"${nproc}" XARCH="${arch}" CROSS_COMPILE="${cross_compile}" LLVM="…
|
| A D | Makefile.nolibc | 251 ifneq ($(LLVM),)
|
| /tools/testing/selftests/arm64/mte/ |
| A D | Makefile | 9 ifeq ($(LLVM),)
|
| /tools/testing/selftests/arm64/pauth/ |
| A D | Makefile | 12 ifeq ($(LLVM),1)
|
| /tools/bpf/bpftool/Documentation/ |
| A D | common_options.rst | 9 bpftool was compiled. Optional features include linking against LLVM or
|
| /tools/testing/selftests/x86/ |
| A D | Makefile | 44 ifneq ($(LLVM),)
|
| /tools/testing/selftests/bpf/ |
| A D | README.rst | 247 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 D | Makefile | 63 ifneq ($(LLVM),)
|
| /tools/perf/util/ |
| A D | srcline.c | 504 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 D | Makefile | 61 ifneq ($(LLVM),)
|
| /tools/testing/selftests/hid/ |
| A D | Makefile | 33 ifneq ($(LLVM),)
|
| /tools/testing/selftests/rcutorture/bin/ |
| A D | torture.sh | 535 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