Upgrade to 15.0.7

Link: https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.7
Signed-off-by: Chenxi Mao <chenxi.mao@suse.com>
This commit is contained in:
Chenxi Mao 2023-02-20 10:20:56 +08:00
parent 5958db6a44
commit dd1e4d498c
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
lld-15.0.7.src.tar.xz Normal file

Binary file not shown.

View File

@ -2,7 +2,7 @@
%global maj_ver 15
%global min_ver 0
%global patch_ver 6
%global patch_ver 7
%global pkg_name lld%{maj_ver}
%global bin_suffix -%{maj_ver}
@ -18,7 +18,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 2
Release: 1
Summary: The LLVM Linker
License: NCSA
@ -117,6 +117,9 @@ cd _build
%{install_libdir}/liblld*.so.*
%changelog
* Mon Feb 20 2023 Chenxi Mao <chenxi.mao@suse.com> - 15.0.7-1
- Upgrade to 15.0.7.
* Thu Feb 9 2023 Chenxi Mao <chenxi.mao@suse.com> - 15.0.6-2
- Enable lld unit test.