Home
last modified time | relevance | path

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

/openbmc/qemu/tools/ebpf/
H A DMakefile.ebpf4 CLANG ?= clang
5 INC_FLAGS = `$(CLANG) -print-file-name=include`
16 $(CLANG) $(INC_FLAGS) \
/openbmc/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) \
/openbmc/linux/tools/testing/selftests/tc-testing/
H A DMakefile18 CLANG_SYS_INCLUDES := $(shell $(CLANG) -v -E - </dev/null 2>&1 \
26 $(CLANG) $(CLANG_FLAGS) \
/openbmc/linux/tools/testing/selftests/
H A Dlib.mk10 CLANG := $(LLVM_PREFIX)clang$(LLVM_SUFFIX)
26 CLANG_TARGET_FLAGS := $(shell $(CLANG) -print-target-triple)
41 CC := $(CLANG) $(CLANG_FLAGS) -fintegrated-as
/openbmc/linux/kernel/bpf/preload/iterators/
H A DMakefile5 CLANG ?= clang macro
53 $(Q)$(CLANG) -g -O2 --target=bpf -m$* $(INCLUDES) \
/openbmc/linux/samples/bpf/
H A DMakefile195 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))
356 $(Q)$(CLANG) -g -O2 --target=bpf -D__TARGET_ARCH_$(SRCARCH) \
389 $(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
/openbmc/linux/tools/testing/selftests/net/
H A DMakefile106 CLANG ?= clang macro
138 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
141 $(CLANG) -O2 --target=bpf -c $< $(CCINCLUDE) $(CLANG_SYS_INCLUDES) -o $@
/openbmc/linux/drivers/hid/bpf/entrypoints/
H A DMakefile5 CLANG ?= clang macro
61 $(Q)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
/openbmc/linux/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
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/
H A D0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch40 ifneq ($(CLANG),)
54 ifneq ($(CLANG),)
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A Dgnu-efi-3.0.9-fix-clang-build.patch1 Fix building with CLANG-9.0.0
/openbmc/linux/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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Doe-use-libc-malloc.patch35 CLANG := $(findstring clang,$(shell sh -c '$(CC) --version | head -1'))
/openbmc/linux/tools/bpf/runqslower/
H A DMakefile65 $(QUIET_GEN)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
/openbmc/linux/tools/scripts/
H A DMakefile.include88 CLANG ?= clang
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/
H A Dkernel-selftest.bb61CLANG="clang -fno-stack-protector -target ${TARGET_ARCH} ${TOOLCHAIN_OPTIONS} -isystem ${S} -D__WO…
/openbmc/linux/tools/perf/
H A DMakefile.perf189 CLANG ?= clang
1064 CLANG_SYS_INCLUDES = $(call get_sys_includes,$(CLANG),$(CLANG_TARGET_ARCH))
1113 $(QUIET_CLANG)$(CLANG) -g -O2 --target=bpf $(CLANG_OPTIONS) $(BPF_INCLUDE) $(TOOLS_UAPI_INCLUDE) \
H A DMakefile.config220 ifeq ($(call get-executable,$(CLANG)),)
221 …dummy := $(error $(CLANG) is missing on this system, please install it to be able to build with BU…
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile214 $(QUIET_CLANG)$(CLANG) \
/openbmc/linux/tools/build/feature/
H A DMakefile373 $(CLANG) -S -g --target=bpf -o - $(patsubst %.bin,%.c,$(@F)) | \
/openbmc/linux/tools/perf/util/
H A DBuild308 …CLANG_VERSION := $(shell $(CLANG) --version | head -1 | sed 's/.*clang version \([[:digit:]]\+.[[:…
/openbmc/linux/
H A DMAINTAINERS5044 CLANG CONTROL FLOW INTEGRITY SUPPORT
5056 CLANG-FORMAT FILE
5061 CLANG/LLVM BUILD SUPPORT