summaryrefslogtreecommitdiffstats
path: root/source/d/llvm
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-10-14 03:52:13 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-14 08:59:54 +0200
commit144a3129eb5d4cb9f476e1d0e9724c63fd450ce0 (patch)
treea5cff8fd03d9b195fea0b5e54a088da00e076590 /source/d/llvm
parent41e1f8f54707062fbb7b78bc45e58a17e47fd10b (diff)
downloadcurrent-144a3129eb5d4cb9f476e1d0e9724c63fd450ce0.tar.gz
current-144a3129eb5d4cb9f476e1d0e9724c63fd450ce0.tar.xz
Wed Oct 14 03:52:13 UTC 202020201014035213
a/libpwquality-1.4.4-x86_64-1.txz: Upgraded. ap/cups-filters-1.28.5-x86_64-1.txz: Upgraded. d/bison-3.7.3-x86_64-1.txz: Upgraded. d/llvm-11.0.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/rust-1.47.0-x86_64-2.txz: Rebuilt. Recompiled against llvm-11.0.0. l/qt5-5.15.1-x86_64-2.txz: Rebuilt. Recompiled against llvm-11.0.0. n/openldap-2.4.54-x86_64-1.txz: Upgraded. x/mesa-20.2.0-x86_64-2.txz: Rebuilt. Recompiled against llvm-11.0.0. extra/pure-alsa-system/qt5-5.15.1-x86_64-2_alsa.txz: Rebuilt. Recompiled against llvm-11.0.0.
Diffstat (limited to 'source/d/llvm')
-rwxr-xr-xsource/d/llvm/llvm.SlackBuild2
-rw-r--r--source/d/llvm/llvm.url42
2 files changed, 24 insertions, 20 deletions
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild
index ba0366ecf..826a47927 100755
--- a/source/d/llvm/llvm.SlackBuild
+++ b/source/d/llvm/llvm.SlackBuild
@@ -85,6 +85,8 @@ tar xvf $CWD/$PKGNAM-$VERSION.src.tar.xz || exit 1
cd $PKGNAM-${VERSION}/tools || cd $PKGNAM-${VERSION}.src/tools || exit 1
tar xvf $CWD/clang-$VERSION.src.tar.xz || exit 1
mv clang-${VERSION} clang 2>/dev/null || mv clang-${VERSION}.src clang || exit 1
+ #tar xvf $CWD/flang-$VERSION.src.tar.xz || exit 1
+ #mv flang-${VERSION} flang 2>/dev/null || mv flang-${VERSION}.src flang || exit 1
tar xvf $CWD/lldb-$VERSION.src.tar.xz || exit 1
mv lldb-${VERSION} lldb 2>/dev/null || mv lldb-${VERSION}.src lldb || exit 1
tar xvf $CWD/lld-$VERSION.src.tar.xz || exit 1
diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url
index 3ddc496cc..6a30c7ec8 100644
--- a/source/d/llvm/llvm.url
+++ b/source/d/llvm/llvm.url
@@ -1,21 +1,23 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/llvm-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/clang-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/clang-tools-extra-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/compiler-rt-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/lldb-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/openmp-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/polly-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/libcxx-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/libcxxabi-10.0.1.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.1/lld-10.0.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/llvm-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/clang-tools-extra-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/compiler-rt-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/flang-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/lldb-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/openmp-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/polly-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libcxx-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libcxxabi-11.0.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/lld-11.0.0.src.tar.xz
-#http://llvm.org/releases/10.0.1/llvm-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/clang-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/clang-tools-extra-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/compiler-rt-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/lldb-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/openmp-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/polly-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/libcxx-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/libcxxabi-10.0.1.src.tar.xz
-#http://llvm.org/releases/10.0.1/lld-10.0.1.src.tar.xz
+#http://llvm.org/releases/11.0.0/llvm-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/clang-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/clang-tools-extra-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/compiler-rt-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/flang-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/lldb-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/openmp-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/polly-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/libcxx-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/libcxxabi-11.0.0.src.tar.xz
+#http://llvm.org/releases/11.0.0/lld-11.0.0.src.tar.xz