lld: 12.0.1 -> 13.0.0

This commit is contained in:
Danny Rawlins 2021-10-01 18:36:04 +10:00
parent 9ce2c3e788
commit b7089236ce
3 changed files with 9 additions and 8 deletions

View File

@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/ld.lld -> lld
lrwxrwxrwx root/root usr/bin/ld64.lld -> lld
lrwxrwxrwx root/root usr/bin/ld64.lld.darwinnew -> lld
lrwxrwxrwx root/root usr/bin/ld64.lld.darwinold -> lld
-rwxr-xr-x root/root usr/bin/lld
lrwxrwxrwx root/root usr/bin/lld-link -> lld
lrwxrwxrwx root/root usr/bin/wasm-ld -> lld
@ -10,6 +11,7 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/lld/
drwxr-xr-x root/root usr/include/lld/Common/
-rw-r--r-- root/root usr/include/lld/Common/Args.h
-rw-r--r-- root/root usr/include/lld/Common/Arrays.h
-rw-r--r-- root/root usr/include/lld/Common/DWARF.h
-rw-r--r-- root/root usr/include/lld/Common/Driver.h
-rw-r--r-- root/root usr/include/lld/Common/ErrorHandler.h

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eggQV3spcM8B6jowtRr/McYBnExrINzEZeptLaN8cpqK9CnA5ASCFWbiVHTdnKFGnIvoI3lnCbQF+/0JaYpCQg=
SHA256 (Pkgfile) = 2ad19cdc45c1845458cb0750e7c1694697c1e3494929795e78cf21d9fa0ef202
SHA256 (.footprint) = 1dd46daad9ea963716484a00386b3a884374561b25859f2a44c120e675f9de2a
SHA256 (lld-12.0.1.src.tar.xz) = 690b3f6a76310e13a783a142f87500ade9cafe003e088b678364487ed873e361
RWSE3ohX2g5d/WgUeZzUonjIvgZTEYbS6sr301BcnZUr9i3Y1nC6L7O5iwgNLAxkgW3mi44s95eOVmf4rPBcQrjn11eQOIfzGA4=
SHA256 (Pkgfile) = 0c648a13d3402f441ef932eb412e18bec168ee98582e8019ed465ba5d0ab7cd8
SHA256 (.footprint) = 9b86cc0e1677f7314bf59713c131287e0962e395ff01df923f2e9931d74c506f
SHA256 (lld-13.0.0.src.tar.xz) = 20d1900bcd64ff62047291f6edb6ba2fed34d782675ff68713bf0c2fc9e69386
SHA256 (0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch) = 3b18edef05d3a3fc0030b7a7674e455574dfbdecf26f23c6af5bd30e987b0f55

View File

@ -4,9 +4,9 @@
# Depends on: llvm
name=lld
version=12.0.1
release=2
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/$name-$version.src.tar.xz
version=13.0.0
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/lld-$version.src.tar.xz
0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch)
build() {
@ -20,7 +20,6 @@ build() {
-D LLVM_TARGETS_TO_BUILD='X86;AMDGPU;BPF;NVPTX' \
-D LLVM_LINK_LLVM_DYLIB=ON \
-D LLVM_PARALLEL_COMPILE_JOBS="${JOBS:-1}" \
-D LLVM_MAIN_SRC_DIR=/usr/lib/llvm/src \
-Wno-dev
cmake --build build