summaryrefslogtreecommitdiff
path: root/lld
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2021-10-01 18:36:04 +1000
committerDanny Rawlins <contact@romster.me>2021-10-01 18:36:04 +1000
commitb7089236ce7f619dd03cc0b33bc948a4a102916a (patch)
treec96ecfb67f70df5963f40c9eb910445716c6249f /lld
parent9ce2c3e788acdaf9b2c3be16887db79d93955acf (diff)
downloadopt-b7089236ce7f619dd03cc0b33bc948a4a102916a.tar.gz
opt-b7089236ce7f619dd03cc0b33bc948a4a102916a.tar.xz
lld: 12.0.1 -> 13.0.0
Diffstat (limited to 'lld')
-rw-r--r--lld/.footprint2
-rw-r--r--lld/.signature8
-rw-r--r--lld/Pkgfile7
3 files changed, 9 insertions, 8 deletions
diff --git a/lld/.footprint b/lld/.footprint
index 845b7aa50..33476f616 100644
--- a/lld/.footprint
+++ b/lld/.footprint
@@ -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
diff --git a/lld/.signature b/lld/.signature
index 48c6c6631..0fb2f68d1 100644
--- a/lld/.signature
+++ b/lld/.signature
@@ -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
diff --git a/lld/Pkgfile b/lld/Pkgfile
index 15b4de7d3..15777c8ed 100644
--- a/lld/Pkgfile
+++ b/lld/Pkgfile
@@ -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

Generated by cgit