Home
last modified time | relevance | path

Searched refs:CLANG (Results 1 – 16 of 16) sorted by relevance

/linux/samples/hid/
H A DMakefile62 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))
201 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
235 $(Q)$(CLANG) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) $(BPF_EXTRA_CFLAGS) \
/linux/tools/testing/selftests/net/
H A Dbpf.mk3 CLANG ?= clang
36 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
42 $(Q)$(CLANG) -O2 -g --target=bpf $(CCINCLUDE) $(CLANG_SYS_INCLUDES) \
/linux/samples/bpf/
H A DMakefile179 CLANG ?= clang macro
206 $(CLANG) --target=bpf -O2 -g -c -x c - -o ./llvm_btf_verify.o; \
260 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
262 verify_cmds: $(CLANG) $(LLC)
338 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
344 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
377 $(Q)$(CLANG) $(NOSTDINC_FLAGS) $(LINUXINCLUDE) $(BPF_EXTRA_CFLAGS) \
H A DREADME.rst92 'clang' command via redefining LLC or CLANG on the make command line::
94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
111 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
/linux/kernel/bpf/preload/iterators/
H A DMakefile5 CLANG ?= clang macro
53 $(Q)$(CLANG) -g -O2 --target=bpf -m$* $(INCLUDES) \
/linux/tools/testing/selftests/
H A Dlib.mk10 CLANG := $(LLVM_PREFIX)clang$(LLVM_SUFFIX)
26 CLANG_TARGET_FLAGS := $(shell $(CLANG) -print-target-triple)
49 CC := $(CLANG) $(CLANG_FLAGS) -fintegrated-as
/linux/drivers/hid/bpf/progs/
H A DMakefile5 CLANG ?= clang macro
59 $(Q)$(CLANG) -g -O2 --target=bpf -Wall -Werror $(INCLUDES) \
/linux/tools/testing/selftests/hid/
H A DMakefile185 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG))
198 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v3 -o $2
203 $(Q)$(CLANG) $3 -O2 --target=bpf -c $1 -mcpu=v2 -o $2
/linux/tools/testing/selftests/bpf/
H A DMakefile66 ifneq ($(shell $(CLANG) --target=bpf -mcpu=help 2>&1 | grep 'v4'),)
255 $(Q)$(CLANG) $(CLANG_TARGET_ARCH) \
265 $(Q)$(CLANG) $(CLANG_TARGET_ARCH) \
444 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
468 $(Q)$(CLANG) $3 -O2 $(BPF_TARGET_ENDIAN) -c $1 -mcpu=v3 -o $2
473 $(Q)$(CLANG) $3 -O2 $(BPF_TARGET_ENDIAN) -c $1 -mcpu=v2 -o $2
478 $(Q)$(CLANG) $3 -O2 $(BPF_TARGET_ENDIAN) -c $1 -mcpu=v4 -o $2
/linux/tools/testing/selftests/sched_ext/
H A DMakefile86 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
136 $(Q)$(CLANG) $(BPF_CFLAGS) -target bpf -c $< -o $@
/linux/tools/sched_ext/
H A DMakefile123 $(call get_sys_includes,$(CLANG)) \
165 $(Q)$(CLANG) $(BPF_CFLAGS) -target bpf -c $< -o $@
/linux/tools/bpf/runqslower/
H A DMakefile63 $(QUIET_GEN)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
/linux/tools/scripts/
H A DMakefile.include88 CLANG ?= clang
/linux/tools/bpf/bpftool/
H A DMakefile221 $(QUIET_CLANG)$(CLANG) \
/linux/tools/perf/
H A DMakefile.perf184 CLANG ?= clang
1186 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
1235 $(QUIET_CLANG)$(CLANG) -g -O2 --target=bpf $(CLANG_OPTIONS) $(BPF_INCLUDE) $(TOOLS_UAPI_INCLUDE) \
/linux/
H A DMAINTAINERS5642 CLANG CONTROL FLOW INTEGRITY SUPPORT
5653 CLANG-FORMAT FILE
5658 CLANG/LLVM BUILD SUPPORT