Searched refs:CLANG (Results 1 – 16 of 16) sorted by relevance
/linux/samples/hid/ |
H A D | Makefile | 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)) 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 D | bpf.mk | 3 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 D | Makefile | 179 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 D | README.rst | 92 '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 D | Makefile | 5 CLANG ?= clang macro 53 $(Q)$(CLANG) -g -O2 --target=bpf -m$* $(INCLUDES) \
|
/linux/tools/testing/selftests/ |
H A D | lib.mk | 10 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 D | Makefile | 5 CLANG ?= clang macro 59 $(Q)$(CLANG) -g -O2 --target=bpf -Wall -Werror $(INCLUDES) \
|
/linux/tools/testing/selftests/hid/ |
H A D | Makefile | 185 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 D | Makefile | 66 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 D | Makefile | 86 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 D | Makefile | 123 $(call get_sys_includes,$(CLANG)) \ 165 $(Q)$(CLANG) $(BPF_CFLAGS) -target bpf -c $< -o $@
|
/linux/tools/bpf/runqslower/ |
H A D | Makefile | 63 $(QUIET_GEN)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
|
/linux/tools/scripts/ |
H A D | Makefile.include | 88 CLANG ?= clang
|
/linux/tools/bpf/bpftool/ |
H A D | Makefile | 221 $(QUIET_CLANG)$(CLANG) \
|
/linux/tools/perf/ |
H A D | Makefile.perf | 184 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 D | MAINTAINERS | 5642 CLANG CONTROL FLOW INTEGRITY SUPPORT 5653 CLANG-FORMAT FILE 5658 CLANG/LLVM BUILD SUPPORT
|