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 074f7e5 commit 58c4e76Copy full SHA for 58c4e76
deps/llvm.mk
@@ -377,7 +377,7 @@ else
377
(cd $(LLVM_BARESRC_DIR) && \
378
git fetch)
379
([ ! -d $(LLVM_MONOSRC_DIR) ] && \
380
- git clone --local $(LLVM_BARESRC_DIR) $(LLVM_MONOSRC_DIR) ) || \
+ git clone --dissociate --reference $(LLVM_BARESRC_DIR) $(LLVM_GIT_URL) $(LLVM_MONOSRC_DIR) ) || \
381
(cd $(LLVM_MONOSRC_DIR) && \
382
git pull --ff-only)
383
ifneq ($(LLVM_GIT_VER),)
@@ -581,6 +581,7 @@ update-llvm:
581
582
583
584
+ git fetch $(LLVM_BARESRC_DIR) +refs/remotes/*:refs/remotes/* && \
585
586
endif
587
else # USE_BINARYBUILDER_LLVM
0 commit comments