Searched refs:LLVM_CONFIG_LIB_COMPONENTS (Results 1 – 2 of 2) sorted by relevance
155 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets macro161 LIBS += $(shell $(LLVM_CONFIG) --libs $(LLVM_CONFIG_LIB_COMPONENTS))163 LIBS += $(shell $(LLVM_CONFIG) --system-libs $(LLVM_CONFIG_LIB_COMPONENTS))
182 LLVM_CONFIG_LIB_COMPONENTS := mcdisassembler all-targets macro187 LLVM_LDLIBS += $(shell $(LLVM_CONFIG) --link-static --libs $(LLVM_CONFIG_LIB_COMPONENTS))188 …ilter-out -lxml2,$(shell $(LLVM_CONFIG) --link-static --system-libs $(LLVM_CONFIG_LIB_COMPONENTS)))191 LLVM_LDLIBS += $(shell $(LLVM_CONFIG) --link-shared --libs $(LLVM_CONFIG_LIB_COMPONENTS))