From 0b38293625bb3271d06f0292ed597c7ea9dfb5cd Mon Sep 17 00:00:00 2001 From: Raven Date: Wed, 7 Aug 2024 12:35:52 +0600 Subject: [PATCH] llvm-toolset: update to 18.1.8 --- modular/llvm/clang/clang.spec | 5 ++++- modular/llvm/compiler-rt/compiler-rt.spec | 5 ++++- modular/llvm/libomp/libomp.spec | 5 ++++- modular/llvm/lld/lld.spec | 5 ++++- modular/llvm/lldb/lldb.spec | 5 ++++- modular/llvm/llvm/llvm.spec | 5 ++++- modular/llvm/python-lit/python-lit.spec | 5 ++++- 7 files changed, 28 insertions(+), 7 deletions(-) diff --git a/modular/llvm/clang/clang.spec b/modular/llvm/clang/clang.spec index 5f07550..3c318df 100644 --- a/modular/llvm/clang/clang.spec +++ b/modular/llvm/clang/clang.spec @@ -31,7 +31,7 @@ %global maj_ver 18 %global min_ver 1 -%global patch_ver 6 +%global patch_ver 8 #global rc_ver 4 %if %{with snapshot_build} @@ -725,6 +725,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C %{__cmake %endif %changelog +* Mon Jul 29 2024 Raven - 18.1.8-1 +- 18.1.8 Release + * Tue May 14 2024 Tom Stellard - 18.1.4-3 - Add triple prefix to clang config files diff --git a/modular/llvm/compiler-rt/compiler-rt.spec b/modular/llvm/compiler-rt/compiler-rt.spec index 20172e3..ac8c4d0 100644 --- a/modular/llvm/compiler-rt/compiler-rt.spec +++ b/modular/llvm/compiler-rt/compiler-rt.spec @@ -18,7 +18,7 @@ %global maj_ver 18 %global min_ver 1 -%global patch_ver 6 +%global patch_ver 8 #global rc_ver 4 %if %{with snapshot_build} %global maj_ver %{llvm_snapshot_version_major} @@ -150,6 +150,9 @@ ln -s i386-redhat-linux-gnu %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/%{_t #%endif %changelog +* Mon Jul 29 2024 Raven - 18.1.8-1 +- 18.1.8 Release + * Fri May 03 2024 Tom Stellard - 18.1.4-1 - 18.1.4 Release diff --git a/modular/llvm/libomp/libomp.spec b/modular/llvm/libomp/libomp.spec index ee7b89b..2f50c7b 100644 --- a/modular/llvm/libomp/libomp.spec +++ b/modular/llvm/libomp/libomp.spec @@ -7,7 +7,7 @@ %global maj_ver 18 %global min_ver 1 -%global libomp_version %{maj_ver}.%{min_ver}.6 +%global libomp_version %{maj_ver}.%{min_ver}.8 #global rc_ver 4 %global libomp_srcdir openmp-%{libomp_version}%{?rc_ver:rc%{rc_ver}}.src %global so_suffix %{maj_ver}.%{min_ver} @@ -162,6 +162,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a %{_datadir}/gdb/python/ompd/* %changelog +* Mon Jul 29 2024 Raven - 18.1.8-1 +- 18.1.8 Release + * Fri May 03 2024 Tom Stellard - 18.1.4-1 - 18.1.4 Release diff --git a/modular/llvm/lld/lld.spec b/modular/llvm/lld/lld.spec index ecceb68..a16743f 100644 --- a/modular/llvm/lld/lld.spec +++ b/modular/llvm/lld/lld.spec @@ -17,7 +17,7 @@ %global maj_ver 18 %global min_ver 1 -%global patch_ver 6 +%global patch_ver 8 #global rc_ver 4 %if %{with snapshot_build} @@ -223,6 +223,9 @@ export LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{install_libdir}/liblld*.so.* %changelog +* Mon Jul 29 2024 Raven - 18.1.8-1 +- 18.1.8 Release + * Thu May 02 2024 Tom Stellard - 18.1.4-1 - 18.1.4 Release diff --git a/modular/llvm/lldb/lldb.spec b/modular/llvm/lldb/lldb.spec index 4894ebb..36a44d8 100644 --- a/modular/llvm/lldb/lldb.spec +++ b/modular/llvm/lldb/lldb.spec @@ -6,7 +6,7 @@ %undefine __cmake_in_source_build -%global lldb_version 18.1.6 +%global lldb_version 18.1.8 #global rc_ver 4 %global lldb_srcdir %{name}-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src @@ -143,6 +143,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Mon Jul 29 2024 Raven - 18.1.8-1 +- 18.1.8 Release + * Fri May 03 2024 Tom Stellard - 18.1.4-1 - 18.1.4 Release diff --git a/modular/llvm/llvm/llvm.spec b/modular/llvm/llvm/llvm.spec index 98adcd5..cd0482b 100644 --- a/modular/llvm/llvm/llvm.spec +++ b/modular/llvm/llvm/llvm.spec @@ -39,7 +39,7 @@ %global maj_ver 18 %global min_ver 1 -%global patch_ver 6 +%global patch_ver 8 #global rc_ver 4 %if %{with snapshot_build} @@ -585,6 +585,9 @@ fi %changelog +* Mon Jul 29 2024 Raven - 18.1.8-1 +- 18.1.8 Release + * Tue May 14 2024 Tom Stellard - 18.1.3-2 - Backport fix for rhbz#2275090 diff --git a/modular/llvm/python-lit/python-lit.spec b/modular/llvm/python-lit/python-lit.spec index 7d054a8..84fc7b0 100644 --- a/modular/llvm/python-lit/python-lit.spec +++ b/modular/llvm/python-lit/python-lit.spec @@ -6,7 +6,7 @@ %{llvm_sb} %endif -%global lit_version 18.1.6 +%global lit_version 18.1.8 #global rc_ver 4 #global post_ver 0 @@ -84,6 +84,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %{_bindir}/lit %changelog +* Mon Jul 29 2024 Raven - 18.1.8-1 +- 18.1.8 Release + * Thu Apr 25 2024 Tom Stellard - 18.1.4-1 - 18.1.4 Release