|
@@ -5,8 +5,8 @@
|
|
|
################################################################################
|
|
|
|
|
|
# LLVM, Clang and lld should be version bumped together
|
|
|
-LLD_VERSION = 9.0.0
|
|
|
-LLD_SITE = https://llvm.org/releases/$(LLD_VERSION)
|
|
|
+LLD_VERSION = 9.0.1
|
|
|
+LLD_SITE = https://github.com/llvm/llvm-project/releases/download/llvmorg-$(LLD_VERSION)
|
|
|
LLD_SOURCE = lld-$(LLD_VERSION).src.tar.xz
|
|
|
LLD_LICENSE = Apache-2.0 with exceptions
|
|
|
LLD_LICENSE_FILES = LICENSE.TXT
|