Skip to content

Commit 758418c

Browse files
omustkelman
authored andcommitted
Update LLVM release URL (#19666)
1 parent d8ecebe commit 758418c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/llvm.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ LLVM_CMAKE += -DLLVM_TOOL_LLDB_BUILD=OFF
244244
endif
245245
endif
246246

247-
LLVM_SRC_URL := http://llvm.org/releases/$(LLVM_VER)
247+
LLVM_SRC_URL := http://releases.llvm.org/$(LLVM_VER)
248248

249249
ifneq ($(LLVM_CLANG_TAR),)
250250
$(LLVM_CLANG_TAR): | $(SRCDIR)/srccache

0 commit comments

Comments
 (0)