Skip to content

Commit 88e64b9

Browse files
committed
Attempting to fix LLVM build issue
1 parent b7a4f47 commit 88e64b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/llvm.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ $$(LLVM_STAMP_$(1)): $(S)src/rustllvm/llvm-auto-clean-trigger
4040
@$$(call E, make: cleaning llvm)
4141
$(Q)$(MAKE) clean-llvm
4242
@$$(call E, make: done cleaning llvm)
43+
@mkdir -p $$(CFG_LLVM_INST_DIR_$(1))/bin
4344
touch $$@
4445

4546
endef

0 commit comments

Comments
 (0)