Home
last modified time | relevance | path

Searched refs:LLVM_CONFIG (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/build/feature/
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) --system-libs) \
/kernel/linux/linux-6.6/tools/build/feature/
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/
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)
/kernel/linux/linux-5.10/tools/perf/
DMakefile.perf179 LLVM_CONFIG ?= llvm-config
399 …CLANGLIBS_NOEXT_LIST = $(foreach l,$(CLANGLIBS_LIST),$(shell $(LLVM_CONFIG) --libdir)/libclang$(l))
405 LIBLLVM = $(shell $(LLVM_CONFIG) --libs all) $(shell $(LLVM_CONFIG) --system-libs)
406 LIBS += -L$(shell $(LLVM_CONFIG) --libdir) $(LIBLLVM)
DMakefile.config1062 CXXFLAGS += -DHAVE_LIBCLANGLLVM_SUPPORT -I$(shell $(LLVM_CONFIG) --includedir)
/kernel/linux/linux-6.6/tools/scripts/
DMakefile.include90 LLVM_CONFIG ?= llvm-config