lld: update to 16.0.1

This commit is contained in:
Luis
2023-04-05 09:47:12 +00:00
parent 3d10b0aad7
commit 36f8b5cdce
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
856c6e388c411975a955156776d73bfe 0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch
b2103df1421f7bcc271fcacec27a24bb cmake-16.0.0.src.tar.xz
4c031fc367188d0a45b7ab8838dd9b49 lld-16.0.0.src.tar.xz
7d225951160c463a5aa528015acf3439 cmake-16.0.1.src.tar.xz
e04be72798080b214f01bc88d0ea4fa1 lld-16.0.1.src.tar.xz

View File

@@ -1,4 +1,4 @@
lld-16.0.0-1
lld-16.0.1-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/ld.lld -> lld

View File

@@ -3,7 +3,7 @@
# depends : llvm
name=lld
version=16.0.0
version=16.0.1
release=1
source="https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lld-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/cmake-$version.src.tar.xz
@@ -16,7 +16,7 @@ build() {
# The upstream expects it to be extracted at the same level as the llvm tarball, and
# the extracted directory renamed to cmake
tar -xf ../cmake-${version}.src.tar.xz
sed '/LLVM_COMMON_CMAKE_UTILS/s@../cmake@cmake-16.0.0.src@' -i CMakeLists.txt
sed "/LLVM_COMMON_CMAKE_UTILS/s@../cmake@cmake-${version}.src@" -i CMakeLists.txt
patch -p2 -i $SRC/0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch