Searched refs:LLC (Results 1 – 3 of 3) sorted by relevance
61 LLC ?= llc macro85 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)136 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)138 verify_cmds: $(CLANG) $(LLC)147 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \148 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\247 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
178 LLC ?= llc macro202 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)260 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)262 verify_cmds: $(CLANG) $(LLC)271 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \272 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\389 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
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
Completed in 5 milliseconds