Home
last modified time | relevance | path

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

/tools/build/feature/
DMakefile76 LLVM_CONFIG ?= llvm-config macro
290 -I$(shell $(LLVM_CONFIG) --includedir) \
291 -L$(shell $(LLVM_CONFIG) --libdir) \
292 $(shell $(LLVM_CONFIG) --libs Core BPF) \
293 $(shell $(LLVM_CONFIG) --system-libs) \
298 -I$(shell $(LLVM_CONFIG) --includedir) \
303 -I$(shell $(LLVM_CONFIG) --includedir) \
304 -L$(shell $(LLVM_CONFIG) --libdir) \
308 $(shell $(LLVM_CONFIG) --libs Core option) \
309 $(shell $(LLVM_CONFIG) --system-libs) \
/tools/perf/
DMakefile.perf171 LLVM_CONFIG ?= llvm-config
386 …CLANGLIBS_NOEXT_LIST = $(foreach l,$(CLANGLIBS_LIST),$(shell $(LLVM_CONFIG) --libdir)/libclang$(l))
392 LIBLLVM = $(shell $(LLVM_CONFIG) --libs all) $(shell $(LLVM_CONFIG) --system-libs)
393 LIBS += -L$(shell $(LLVM_CONFIG) --libdir) $(LIBLLVM)
DMakefile.config971 CXXFLAGS += -DHAVE_LIBCLANGLLVM_SUPPORT -I$(shell $(LLVM_CONFIG) --includedir)