Skip to content

Commit

Permalink
Merge pull request #37719 from vchuravy/vc/fixup_rv
Browse files Browse the repository at this point in the history
[LLVM/RV] fix logic mistake in build-script
  • Loading branch information
vchuravy authored Sep 23, 2020
2 parents cd54808 + c8ae267 commit f26a8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ endif # LLVM_GIT_VER
# Debug output only. Disable pager and ignore error.
(cd $(LLVM_SRC_DIR) && \
git show HEAD --stat | cat) || true
ifneq ($(USE_RV),)
ifeq ($(USE_RV),1)
git clone -b $(LLVM_RV_GIT_VER) $(LLVM_RV_GIT_URL) $(LLVM_MONOSRC_DIR)/rv
(cd $(LLVM_MONOSRC_DIR)/rv && \
git submodule update --init) || true
Expand Down

0 comments on commit f26a8c3

Please sign in to comment.