Update to LLVM 15.0.7
This commit is contained in:
parent
a8840d17cc
commit
e7ec30269c
2
.gitignore
vendored
2
.gitignore
vendored
@ -103,3 +103,5 @@
|
|||||||
/compiler-rt-15.0.4.src.tar.xz.sig
|
/compiler-rt-15.0.4.src.tar.xz.sig
|
||||||
/compiler-rt-15.0.6.src.tar.xz
|
/compiler-rt-15.0.6.src.tar.xz
|
||||||
/compiler-rt-15.0.6.src.tar.xz.sig
|
/compiler-rt-15.0.6.src.tar.xz.sig
|
||||||
|
/compiler-rt-15.0.7.src.tar.xz
|
||||||
|
/compiler-rt-15.0.7.src.tar.xz.sig
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global toolchain clang
|
%global toolchain clang
|
||||||
%global compiler_rt_version 15.0.6
|
%global compiler_rt_version 15.0.7
|
||||||
#global rc_ver 3
|
#global rc_ver 3
|
||||||
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
%global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: compiler-rt
|
Name: compiler-rt
|
||||||
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: LLVM "compiler-rt" runtime libraries
|
Summary: LLVM "compiler-rt" runtime libraries
|
||||||
|
|
||||||
License: NCSA or MIT
|
License: NCSA or MIT
|
||||||
@ -111,6 +111,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 13 2023 Nikita Popov <npopov@redhat.com> - 15.0.7-1
|
||||||
|
- Update to LLVM 15.0.7
|
||||||
|
|
||||||
* Thu Dec 15 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-2
|
* Thu Dec 15 2022 Nikita Popov <npopov@redhat.com> - 15.0.6-2
|
||||||
- Remove ppc64le ieeelongdouble workaround
|
- Remove ppc64le ieeelongdouble workaround
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (compiler-rt-15.0.6.src.tar.xz) = e14b3f9c3876af7e8b10da6515f930b23b2944a2360a4ba55d0a8b9a5c9fd8dd536cf0c177d08740ef035b900c03913f083db8bb6a8a84027d5df71c6361bf4d
|
SHA512 (compiler-rt-15.0.7.src.tar.xz) = 893aff1a7a3d382449b69ddfda10fbf0311f146266749e99683c3907fb5b9b34b63454625b066d4881a1d06b520bb066ea33f9be1ca6407d31044ef8e26e70f0
|
||||||
SHA512 (compiler-rt-15.0.6.src.tar.xz.sig) = d60dde5edfd23b993b79c73c558c09dfda7211e6b81431ce9d13103c25b5b88168a9c0d86c3cd7c3367b4fb925ca4b69a75a168e6c46aad1476cd314ca6fb9f2
|
SHA512 (compiler-rt-15.0.7.src.tar.xz.sig) = 68f4c6b031639bae638f2d1e79b7c559e2b30844298bdff27dff83bbe1c7cce0e0e957546b795d797561f7bd92ea7f54cecd352d0742119adb0c2d245ec37403
|
||||||
|
Loading…
Reference in New Issue
Block a user