Home
last modified time | relevance | path

Searched refs:LLVM_CONFIG (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/tools/build/feature/
H A DMakefile78 LLVM_CONFIG ?= llvm-config macro
303 -I$(shell $(LLVM_CONFIG) --includedir) \
304 -L$(shell $(LLVM_CONFIG) --libdir) \
305 $(shell $(LLVM_CONFIG) --libs Core BPF) \
306 $(shell $(LLVM_CONFIG) --system-libs) \
311 -I$(shell $(LLVM_CONFIG) --includedir) \
316 -I$(shell $(LLVM_CONFIG) --includedir) \
317 -L$(shell $(LLVM_CONFIG) --libdir) \
321 $(shell $(LLVM_CONFIG) --libs Core option) \
322 $(shell $(LLVM_CONFIG)
[all...]
/kernel/linux/linux-6.6/tools/build/feature/
H A DMakefile344 -I$(shell $(LLVM_CONFIG) --includedir) \
345 -L$(shell $(LLVM_CONFIG) --libdir) \
346 $(shell $(LLVM_CONFIG) --libs Core BPF) \
347 $(shell $(LLVM_CONFIG) --system-libs) \
352 -I$(shell $(LLVM_CONFIG) --includedir) \
357 -I$(shell $(LLVM_CONFIG) --includedir) \
358 -L$(shell $(LLVM_CONFIG) --libdir) \
360 $(shell $(LLVM_CONFIG) --libs Core option) \
361 $(shell $(LLVM_CONFIG) --system-libs) \
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A DMakefile146 CFLAGS += $(shell $(LLVM_CONFIG) --cflags --libs $(LLVM_CONFIG_LIB_COMPONENTS))
147 LIBS += $(shell $(LLVM_CONFIG) --libs $(LLVM_CONFIG_LIB_COMPONENTS))
148 ifeq ($(shell $(LLVM_CONFIG) --shared-mode),static)
149 LIBS += $(shell $(LLVM_CONFIG) --system-libs $(LLVM_CONFIG_LIB_COMPONENTS))
152 LDFLAGS += $(shell $(LLVM_CONFIG) --ldflags)

Completed in 2 milliseconds