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>
(cherry picked from commit cd6b40297e882f8ba7780c93286a2f80e7ba3eb4)
This commit is contained in:
Chenxi Mao 2023-02-09 16:02:35 +08:00 committed by openeuler-sync-bot
parent 4f1e1b1b27
commit 64cec94540
4 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
cmake-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 llvm%{maj_ver}
%global bin_suffix -%{maj_ver}
@ -26,7 +26,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 3
Release: 1
Summary: The Low Level Virtual Machine
License: NCSA
@ -318,6 +318,9 @@ fi
%{_libdir}/%{name}/lib/libLLVMTestingSupport.a
%changelog
* Mon Feb 20 2023 Chenxi Mao <chenxi.mao@suse.com> - 15.0.7-1
- Upgrade to 15.0.7.
* Wed Feb 8 2023 Chenxi Mao <chenxi.mao@suse.com> - 15.0.6-3
- Create llvm-test/googletest to support clang/lld unit test.