Skip to content

Commit

Permalink
Update LLVM release URL (JuliaLang#19666)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored and tkelman committed Dec 22, 2016
1 parent d8ecebe commit 758418c
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 @@ -244,7 +244,7 @@ LLVM_CMAKE += -DLLVM_TOOL_LLDB_BUILD=OFF
endif
endif

LLVM_SRC_URL := https://llvm.org/releases/$(LLVM_VER)
LLVM_SRC_URL := https://releases.llvm.org/$(LLVM_VER)

ifneq ($(LLVM_CLANG_TAR),)
$(LLVM_CLANG_TAR): | $(SRCDIR)/srccache
Expand Down

0 comments on commit 758418c

Please sign in to comment.