!11 [sync] PR-6: 升级llvm版本至15.0.7

From: @openeuler-sync-bot 
Reviewed-by: @cf-zhao 
Signed-off-by: @cf-zhao
This commit is contained in:
openeuler-ci-bot 2023-02-24 00:31:58 +00:00 committed by Gitee
commit 6a2fd2b009
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.