Update to LLVM 15.0.6
Resolves: rhbz#2118567
This commit is contained in:
parent
b5db7c1625
commit
6797e6a387
2
.gitignore
vendored
2
.gitignore
vendored
@ -89,3 +89,5 @@
|
||||
/compiler-rt-14.0.6.src.tar.xz.sig
|
||||
/compiler-rt-15.0.1.src.tar.xz
|
||||
/compiler-rt-15.0.1.src.tar.xz.sig
|
||||
/compiler-rt-15.0.6.src.tar.xz
|
||||
/compiler-rt-15.0.6.src.tar.xz.sig
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global toolchain clang
|
||||
%global compiler_rt_version 15.0.1
|
||||
%global compiler_rt_version 15.0.6
|
||||
#global rc_ver 1
|
||||
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
@ -111,6 +111,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Dec 09 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.6-1
|
||||
- Update to LLVM 15.0.6
|
||||
|
||||
* Thu Sep 29 2022 Konrad Kleine <kkleine@redhat.com> - 15.0.1-1
|
||||
- Update to LLVM 15.0.1
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (compiler-rt-15.0.1.src.tar.xz) = 542cb5f34e3a32d9e06485256e04d65cc32825a71557d38b72b8519761006b8b6ac63c123f518f13c668f2a77ebcd98e125e283d3462114bfa2460dbb972654c
|
||||
SHA512 (compiler-rt-15.0.1.src.tar.xz.sig) = a33efb1d918ff3889de42b43edcf09a862e8ddd490e40861ad57f9379dbe427c918e0e1a86aebe82eb7ce6c18e7c6022f4e2e764856dd7f438e0f6d45d04cb17
|
||||
SHA512 (compiler-rt-15.0.6.src.tar.xz) = e14b3f9c3876af7e8b10da6515f930b23b2944a2360a4ba55d0a8b9a5c9fd8dd536cf0c177d08740ef035b900c03913f083db8bb6a8a84027d5df71c6361bf4d
|
||||
SHA512 (compiler-rt-15.0.6.src.tar.xz.sig) = d60dde5edfd23b993b79c73c558c09dfda7211e6b81431ce9d13103c25b5b88168a9c0d86c3cd7c3367b4fb925ca4b69a75a168e6c46aad1476cd314ca6fb9f2
|
||||
|
Loading…
Reference in New Issue
Block a user