Update to LLVM 18.1.8
Related: https://issues.redhat.com/browse/RHEL-28687
This commit is contained in:
parent
4d5a6d0757
commit
6dfe11a10e
11
lldb.spec
11
lldb.spec
@ -1,13 +1,17 @@
|
||||
%global toolchain clang
|
||||
|
||||
# Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2158587
|
||||
%undefine _include_frame_pointers
|
||||
|
||||
%global gts_version 13
|
||||
%global lldb_version 18.1.6
|
||||
%global lldb_version 18.1.8
|
||||
#global rc_ver 4
|
||||
%global lldb_srcdir %{name}-%{lldb_version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
Name: lldb
|
||||
Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Next generation high-performance debugger
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
@ -138,6 +142,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
||||
%{python3_sitearch}/lldb
|
||||
|
||||
%changelog
|
||||
* Wed Jul 17 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.8-1
|
||||
- Update to 18.1.8
|
||||
|
||||
* Wed Jun 05 2024 Konrad Kleine <kkleine@redhat.com> - 18.1.6-3
|
||||
- Rebuild against clang-18.1.6-2 which defaults to DWARF4
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (lldb-18.1.6.src.tar.xz) = d2a46241333a81974720e63f5c38f53806a31ea59c530193258231bf07a419802580b2848796cbb8e9009561dacd726738c643fc1f723abef7d785854bf63c85
|
||||
SHA512 (lldb-18.1.6.src.tar.xz.sig) = 8cc7bb502d251b4866b154743910270ee1884e4e8bdead72d8844604170fdb32c736d98c8450c4b09c76103a1e4df689e21a40b3e88f1b376adcf4e49507a4a5
|
||||
SHA512 (lldb-18.1.8.src.tar.xz) = f356a657d1aec860aeaaeb3aa3190652735160dd1e86dfbbae0441ace0a21cc774621198b0fc26c37d3e7c34d68d8a5f56806097f0c8d94718f5fc03495b1a3e
|
||||
SHA512 (lldb-18.1.8.src.tar.xz.sig) = b8dec9ede16164dfffea54c48594e6b3f0fd709d6f43c5fcfea5088b1150601429fac0fca9a1d6fc12fae8b0b4e390b9eca91f49e556e89d76ec668457827bf5
|
||||
|
Loading…
Reference in New Issue
Block a user