Home
last modified time | relevance | path

Searched refs:CLANG (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A DMakefile10 CLANG ?= clang macro
20 CLANG_SYS_INCLUDES := $(shell $(CLANG) -v -E - </dev/null 2>&1 \
28 $(CLANG) $(CLANG_FLAGS) \
/kernel/linux/linux-6.6/samples/hid/
H A DMakefile59 # Allows pointing LLC/CLANG to a LLVM backend with bpf support, redefine on cmdline:
60 # make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/bin/clang
62 CLANG ?= clang macro
89 $(CLANG) --target=bpf -O2 -g -c -x c - -o ./llvm_btf_verify.o; \
136 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
138 verify_cmds: $(CLANG) $(LLC)
195 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
200 @echo " CLANG-BPF " $@
201 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
234 @echo " CLANG
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A DMakefile18 CLANG_SYS_INCLUDES := $(shell $(CLANG) -v -E - </dev/null 2>&1 \
26 $(CLANG) $(CLANG_FLAGS) \
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
H A DMakefile3 CLANG ?= clang macro
43 $(Q)$(CLANG) -g -O2 -target bpf $(INCLUDES) \
/kernel/linux/linux-6.6/samples/bpf/
H A DMakefile192 # Allows pointing LLC/CLANG to a LLVM backend with bpf support, redefine on cmdline:
193 # make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/bin/clang
195 CLANG ?= clang macro
222 $(CLANG) --target=bpf -O2 -g -c -x c - -o ./llvm_btf_verify.o; \
275 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
277 verify_cmds: $(CLANG) $(LLC)
350 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
355 @echo " CLANG-BPF " $@
356 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
388 @echo " CLANG
[all...]
/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A DMakefile3 CLANG ?= clang macro
58 $(Q)$(CLANG) -g -O2 -target bpf $(INCLUDES) \
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
H A DMakefile5 CLANG ?= clang macro
53 $(Q)$(CLANG) -g -O2 --target=bpf -m$* $(INCLUDES) \
/kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/
H A DMakefile5 CLANG ?= clang macro
61 $(Q)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A DMakefile105 CLANG ?= clang macro
137 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
140 $(CLANG) -O2 --target=bpf -c $< $(CCINCLUDE) $(CLANG_SYS_INCLUDES) -o $@
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H A DMakefile186 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
199 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v3 -o $2
204 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v2 -o $2
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A DMakefile21 CLANG ?= clang macro
233 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
253 $(Q)($(CLANG) $3 -O2 -target bpf -emit-llvm \
260 $(Q)($(CLANG) $3 -O2 -target bpf -emit-llvm \
267 $(Q)($(CLANG) $3 -O2 -emit-llvm \
/kernel/linux/linux-5.10/samples/bpf/
H A DMakefile210 # Allows pointing LLC/CLANG to a LLVM backend with bpf support, redefine on cmdline:
211 # make M=samples/bpf/ LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
213 CLANG ?= clang macro
239 $(CLANG) -target bpf -O2 -g -c -x c - -o ./llvm_btf_verify.o; \
278 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
280 verify_cmds: $(CLANG) $(LLC)
314 @echo " CLANG-bpf " $@
315 $(Q)$(CLANG) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) $(BPF_EXTRA_CFLAGS) \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile42 ifneq ($(shell $(CLANG) --target=bpf -mcpu=help 2>&1 | grep 'v4'),)
201 $(Q)$(CLANG) $(filter-out -static,$(CFLAGS) $(LDFLAGS)) \
208 $(Q)$(CLANG) $(filter-out -static,$(CFLAGS) $(LDFLAGS)) $(filter %.c,$^) \
371 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
391 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v3 -o $2
396 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v2 -o $2
401 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v4 -o $2
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A DMakefile60 CLANG ?= clang macro
145 $(QUIET_CLANG)$(CLANG) \
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A DMakefile65 $(QUIET_GEN)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
/kernel/linux/linux-5.10/tools/build/feature/
H A DMakefile79 CLANG ?= clang macro
334 $(CLANG) -S -g -target bpf -o - $(patsubst %.bin,%.c,$(@F)) | \
/kernel/liteos_a/
H A DMakefile128 $(if $(LOSCFG_COMPILER_CLANG_LLVM),CLANG="$(LITEOS_COMPILER_PATH)clang",GCC="$(CC)") \
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile214 $(QUIET_CLANG)$(CLANG) \
/kernel/linux/linux-6.6/tools/build/feature/
H A DMakefile373 $(CLANG) -S -g --target=bpf -o - $(patsubst %.bin,%.c,$(@F)) | \

Completed in 8 milliseconds