summaryrefslogtreecommitdiffstats
path: root/source/d/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/llvm')
-rwxr-xr-xsource/d/llvm/llvm.SlackBuild3
-rw-r--r--source/d/llvm/llvm.url30
-rw-r--r--source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch11
3 files changed, 15 insertions, 29 deletions
diff --git a/source/d/llvm/llvm.SlackBuild b/source/d/llvm/llvm.SlackBuild
index 5ed30e9d1..7e87a7a3a 100755
--- a/source/d/llvm/llvm.SlackBuild
+++ b/source/d/llvm/llvm.SlackBuild
@@ -179,9 +179,6 @@ if [ -f ./tools/lldb/source/Utility/CMakeLists.txt ]; then
fi
fi
-# Oops, the rc tag was left in with the 18.1.0 release:
-zcat $CWD/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch.gz | patch -p1 --verbose || exit 1
-
# These hackish links seem to be required...
cd ..
ln -sf */runtimes .
diff --git a/source/d/llvm/llvm.url b/source/d/llvm/llvm.url
index 52c7d8076..5b0ca1eb0 100644
--- a/source/d/llvm/llvm.url
+++ b/source/d/llvm/llvm.url
@@ -1,15 +1,15 @@
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/llvm-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/clang-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/clang-tools-extra-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/compiler-rt-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/flang-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/lldb-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/openmp-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/polly-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/libcxx-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/libcxxabi-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/lld-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/libunwind-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/cmake-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/third-party-18.1.0.src.tar.xz
-https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/runtimes-18.1.0.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/llvm-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/clang-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/clang-tools-extra-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/compiler-rt-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/flang-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/lldb-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/openmp-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/polly-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/libcxx-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/libcxxabi-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/lld-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/libunwind-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/cmake-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/third-party-18.1.1.src.tar.xz
+https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/runtimes-18.1.1.src.tar.xz
diff --git a/source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch b/source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch
deleted file mode 100644
index 68875b247..000000000
--- a/source/d/llvm/llvm.wrong.LLVM_LIBDIR_SUFFIX.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./CMakeLists.txt.orig 2024-02-27 11:18:54.000000000 -0600
-+++ ./CMakeLists.txt 2024-03-06 17:58:39.012200994 -0600
-@@ -25,7 +25,7 @@
- set(LLVM_VERSION_PATCH 0)
- endif()
- if(NOT DEFINED LLVM_VERSION_SUFFIX)
-- set(LLVM_VERSION_SUFFIX rc)
-+ set(LLVM_VERSION_SUFFIX)
- endif()
-
- if (NOT PACKAGE_VERSION)