From d37fc52fe04beb76ad11e36ea01b49b7190f0a68 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Mon, 27 Feb 2023 09:36:06 -0300 Subject: [PATCH] Update to LLVM 16.0.0 RC3 --- compiler-rt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index f195a2e..da0a78c 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -5,7 +5,7 @@ %undefine _include_frame_pointers %global compiler_rt_version 16.0.0 -%global rc_ver 1 +%global rc_ver 3 %global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src %global cmake_srcdir cmake-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src @@ -126,6 +126,9 @@ popd %endif %changelog +* Thu Feb 23 2023 Tulio Magno Quites Machado Filho - 16.0.0~rc3-1 +- Update to LLVM 16.0.0 RC3 + * Wed Feb 15 2023 Tulio Magno Quites Machado Filho - 16.0.0~rc1-1 - Update to LLVM 16.0.0 RC1