Searched refs:LLVM_LIBS_TO_EXPORT (Results 1 – 1 of 1) sorted by relevance
44 LLVM_LIBS_TO_EXPORT := $(subst -l,,$(shell $(LLVM_CONFIG) --libs $(LINK_COMPONENTS) || echo Error)) macro46 ifeq ($(LLVM_LIBS_TO_EXPORT),Error)50 ifndef LLVM_LIBS_TO_EXPORT51 $(error LLVM_LIBS_TO_EXPORT cannot be empty)107 for lib in $(LLVM_LIBS_TO_EXPORT); do \