Home
last modified time | relevance | path

Searched defs:LLVM_LINK_STATIC (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A DMakefile201 LLVM_LINK_STATIC := global() macro
203 LLVM_LINK_STATIC := $(shell $(LLVM_CONFIG) --link-static --libs >/dev/null 2>&1 && echo y) global() macro