We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d25ca commit 657ce04Copy full SHA for 657ce04
Makefile
@@ -653,7 +653,7 @@ win-extras:
653
ifeq ($(USE_SYSTEM_LLVM), 1)
654
LLVM_SIZE := llvm-size$(EXE)
655
else
656
-LLVM_SIZE := $(build_depsbindir)/llvm-size$(EXE)
+LLVM_SIZE := PATH=$(build_bindir):$$PATH; $(build_depsbindir)/llvm-size$(EXE)
657
endif
658
build-stats:
659
ifeq ($(USE_BINARYBUILDER_LLVM),1)
0 commit comments