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 0db324c commit c644312Copy full SHA for c644312
Makefile
@@ -657,7 +657,7 @@ win-extras:
657
ifeq ($(USE_SYSTEM_LLVM), 1)
658
LLVM_SIZE := llvm-size$(EXE)
659
else
660
-LLVM_SIZE := $(build_depsbindir)/llvm-size$(EXE)
+LLVM_SIZE := PATH=$(build_bindir):$$PATH; $(build_depsbindir)/llvm-size$(EXE)
661
endif
662
build-stats:
663
ifeq ($(USE_BINARYBUILDER_LLVM),1)
0 commit comments