Update to LLVM 17.0.6
Resolves: RHEL-11163
This commit is contained in:
parent
71e9ae01bc
commit
116fb2267a
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@ SOURCES/compiler-rt-15.0.7.src.tar.xz
|
||||
/cmake-16.0.6.src.tar.xz.sig
|
||||
/compiler-rt-17.0.2.src.tar.xz
|
||||
/compiler-rt-17.0.2.src.tar.xz.sig
|
||||
/compiler-rt-17.0.6.src.tar.xz
|
||||
/compiler-rt-17.0.6.src.tar.xz.sig
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
%global maj_ver 17
|
||||
%global min_ver 0
|
||||
%global patch_ver 2
|
||||
%global patch_ver 6
|
||||
#global rc_ver 4
|
||||
%if %{with snapshot_build}
|
||||
%global maj_ver %{llvm_snapshot_version_major}
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
Name: compiler-rt
|
||||
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: LLVM "compiler-rt" runtime libraries
|
||||
|
||||
License: NCSA or MIT
|
||||
@ -136,6 +136,9 @@ mv %{buildroot}%{_prefix}/lib/clang/%{maj_ver}/lib/powerpc64le-redhat-linux-gnu
|
||||
#%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 29 2023 Nikita Popov <npopov@redhat.com> - 17.0.6-1
|
||||
- Update to LLVM 17.0.6
|
||||
|
||||
* Fri Oct 13 2023 Nikita Popov <npopov@redhat.com> - 17.0.2-2
|
||||
- Build with clang
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (compiler-rt-17.0.2.src.tar.xz) = ba7875ff9c55485002c172cca7777a3f9e0f1ca39a51e9ffa4f1308b675b7365902f02ba6d62519593eb5512d3ca37d0cf94969a0d21041e4a0e94e61cb3ff8a
|
||||
SHA512 (compiler-rt-17.0.2.src.tar.xz.sig) = 922bdb7f21e3bf4a4a7553967572cee6cc0090f5f4a2f6fcc470390fb4073fa61c6e54afe088885a35cb8ead2758e90e82101cf2aecb2de1c0e19ebd54e90ec2
|
||||
SHA512 (compiler-rt-17.0.6.src.tar.xz) = 56dc9d304dd4ba8d28179077dd99ca7c820ce26dbc70d33b2ba41769928adc900f7618d3efef756b2fc92e322d2f25dba49be966d6583d2d8f1fce9283a9cdf7
|
||||
SHA512 (compiler-rt-17.0.6.src.tar.xz.sig) = 3f1e21299fee7ab20fbeb61740049fb0ad61ceeaa8abec000c415320526dd84006d2d82161ff6ed63b33f0c1fd3937647e5eac5341cbeab602edaf70a8b875cd
|
||||
|
Loading…
Reference in New Issue
Block a user