Update to LLVM 16.0.0 RC4

This commit is contained in:
Tulio Magno Quites Machado Filho 2023-03-15 08:37:14 -03:00
parent 55d7730bb8
commit cc36c0869b
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@
%bcond_with compat_build
%bcond_without check
%global rc_ver 3
%global rc_ver 4
%global maj_ver 16
%global min_ver 0
%global patch_ver 0
@ -75,7 +75,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: The Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -571,6 +571,9 @@ fi
%endif
%changelog
* Tue Mar 14 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc4-1
- Update to LLVM 16.0.0 RC4
* Fri Mar 10 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0~rc3-2
- Fix llvm-exegesis failures on s390x