Skip to content

Commit 04d85f9

Browse files
committed
Update to LLVM 20.1.7
1 parent 074e111 commit 04d85f9

File tree

3 files changed

+7
-77
lines changed

3 files changed

+7
-77
lines changed

20-141890.patch

Lines changed: 0 additions & 72 deletions
This file was deleted.

llvm.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#region version
33
%global maj_ver 20
44
%global min_ver 1
5-
%global patch_ver 6
5+
%global patch_ver 7
66
#global rc_ver 3
77

88
%bcond_with snapshot_build
@@ -316,7 +316,7 @@
316316
#region main package
317317
Name: %{pkg_name_llvm}
318318
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
319-
Release: 10%{?dist}
319+
Release: 1%{?dist}
320320
Summary: The Low Level Virtual Machine
321321

322322
License: Apache-2.0 WITH LLVM-exception OR NCSA
@@ -374,7 +374,6 @@ Source1000: version.spec.inc
374374
Patch101: 0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch
375375
Patch102: 0003-PATCH-clang-Don-t-install-static-libraries.patch
376376
Patch2002: 20-131099.patch
377-
Patch2004: 20-141890.patch
378377

379378
# Workaround a bug in ORC on ppc64le.
380379
# More info is available here: https://reviews.llvm.org/D159115#4641826
@@ -3433,6 +3432,9 @@ fi
34333432

34343433
#region changelog
34353434
%changelog
3435+
* Thu Jun 19 2025 Nikita Popov <[email protected]> - 20.1.7-1
3436+
- Update to LLVM 20.1.7
3437+
34363438
* Tue Jun 17 2025 Nikita Popov <[email protected]> - 20.1.6-10
34373439
- Fix llvm-config alternatives handling (rhbz#2361779)
34383440

sources

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SHA512 (llvm-project-20.1.6.src.tar.xz) = aae652fdc61bda3f80b1340a3270b687355bfb6817f4bc05dac2268a2f8c5fc677eadb515cda7c8518005f1dc39e7ce5d1c34bbc5a25f106ef8e6c8f1ecfdf6d
2-
SHA512 (llvm-project-20.1.6.src.tar.xz.sig) = 0884048ff164a1f5caed0f1aabec173630a08ece98cf793d21b77fc969501e4f03daec39ae0fb124ad34a3436ceae66452e36a42c309f19790b7a87652482691
1+
SHA512 (llvm-project-20.1.7.src.tar.xz) = c2dbf6a468a8152409db7ff52902ecf8768a1d0328e386999f4f3672613903e1c10bddbba66b8553a6222952f8edb66266947f1fb21d0b09ae741e6249b6d1fa
2+
SHA512 (llvm-project-20.1.7.src.tar.xz.sig) = eff885059d547f57b98bda1fc9631f716ca6c650cd48203d9ed5443a6afb9a2d4d91d3f5c8618e307c0a44b3040bce61fdc6bce965073adc537655755d9f2112

0 commit comments

Comments
 (0)