Update to LLVM 15.0.4
This commit is contained in:
parent
2986b2b297
commit
a1891334fd
2
.gitignore
vendored
2
.gitignore
vendored
@ -99,3 +99,5 @@
|
|||||||
/compiler-rt-14.0.5.src.tar.xz.sig
|
/compiler-rt-14.0.5.src.tar.xz.sig
|
||||||
/compiler-rt-15.0.0.src.tar.xz
|
/compiler-rt-15.0.0.src.tar.xz
|
||||||
/compiler-rt-15.0.0.src.tar.xz.sig
|
/compiler-rt-15.0.0.src.tar.xz.sig
|
||||||
|
/compiler-rt-15.0.4.src.tar.xz
|
||||||
|
/compiler-rt-15.0.4.src.tar.xz.sig
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global toolchain clang
|
%global toolchain clang
|
||||||
%global compiler_rt_version 15.0.0
|
%global compiler_rt_version 15.0.4
|
||||||
#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: 3%{?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
|
||||||
|
* Mon Nov 07 2022 Nikita Popov <npopov@redhat.com> - 15.0.4-1
|
||||||
|
- Update to LLVM 15.0.4
|
||||||
|
|
||||||
* Fri Sep 23 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-3
|
* Fri Sep 23 2022 Nikita Popov <npopov@redhat.com> - 15.0.0-3
|
||||||
- Switch to building with clang
|
- Switch to building with clang
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (compiler-rt-15.0.0.src.tar.xz) = 25763e581c90923260b7c3a03e220feb4cabb2757e418c4940db0eeb6a17f65b35db0c93d3c1e526adad2f6dc93595bec6d99b1bfb4a1bd13a14a0db5301e6cf
|
SHA512 (compiler-rt-15.0.4.src.tar.xz) = 33c9d3b852cf6c149f8c9940251f111c3f137e03f0e91cdd13da3a22e94b8e5335a53313e1868acf85213ed3ab55a44945b4162834d8209839959fbc12704b87
|
||||||
SHA512 (compiler-rt-15.0.0.src.tar.xz.sig) = 94f39d2e30372ccea4db96c3dd4005a5b44c2bf5d22fa0aaf45b86673ef7d3460884689f97bc96470db2d546042fb01fe3ca41bf22b6323abe0cd785b85d76ef
|
SHA512 (compiler-rt-15.0.4.src.tar.xz.sig) = 353af679ef269f98661ef47d20ce815ff2f971cc6a1e66e4145f5faaecad4fab1098308783b7cc3732bd15a560528a870bbf2aa034a468e5189da86bfd978645
|
||||||
|
Loading…
Reference in New Issue
Block a user