Skip to content

Commit

Permalink
Update LLVM_asserts location for new JLL package
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b510a2)
  • Loading branch information
staticfloat authored and KristofferC committed Feb 18, 2020
1 parent 27d2693 commit c7ba7f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deps/llvm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,12 @@ update-llvm:
git pull --ff-only
endif
else # USE_BINARYBUILDER_LLVM
LLVM_BB_URL_BASE := https://github.com/staticfloat/LLVMBuilder/releases/download/v$(LLVM_VER)+$(LLVM_BB_REL)
ifneq ($(BINARYBUILDER_LLVM_ASSERTS), 1)
LLVM_BB_NAME := LLVM.v$(LLVM_VER)
LLVM_BB_URL_BASE := https://github.com/JuliaBinaryWrappers/LLVM_jll.jl/releases/download/LLVM-v$(LLVM_VER)+$(LLVM_BB_REL)
else
LLVM_BB_NAME := LLVM.asserts.v$(LLVM_VER)
LLVM_BB_NAME := LLVM_asserts.v$(LLVM_VER)
LLVM_BB_URL_BASE := https://github.com/JuliaBinaryWrappers/LLVM_asserts_jll.jl/releases/download/LLVM-v$(LLVM_VER)+$(LLVM_BB_REL)
endif

$(eval $(call bb-install,llvm,LLVM,true))
Expand Down

0 comments on commit c7ba7f3

Please sign in to comment.