We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent dedc726 commit 9adbb92Copy full SHA for 9adbb92
Makefile
@@ -55,7 +55,7 @@ CXXFLAGS += $(if $(debug),-g -O0)
55
ifeq (${LLVM_CONFIG},)
56
$(error Could not locate llvm-config, make sure it is installed and in your PATH, or set LLVM_CONFIG)
57
else
58
- $(shell echo $(shell printf '\033[33m')Using $(LLVM_CONFIG) [version=$(shell $(LLVM_CONFIG) --version)]$(shell printf '\033[0m') >/dev/stderr)
+ $(shell echo $(shell printf '\033[33m')Using $(LLVM_CONFIG) [version=$(shell $(LLVM_CONFIG) --version)]$(shell printf '\033[0m') >&2)
59
endif
60
61
.PHONY: all
0 commit comments