Update to LLVM 18.1.8
Resolves: RHEL-28056 Resolves: RHEL-33505
This commit is contained in:
parent
0693d80089
commit
c604ad44c2
@ -4,13 +4,13 @@
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2158587
|
||||
%undefine _include_frame_pointers
|
||||
|
||||
%global lldb_version 18.1.2
|
||||
%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
|
||||
@ -136,6 +136,10 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
||||
%{python3_sitearch}/lldb
|
||||
|
||||
%changelog
|
||||
* Wed Jul 24 2024 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 18.1.8-1
|
||||
- Update to LLVM 18.1.8 (RHEL-28056)
|
||||
- Enable pie (RHEL-33505)
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 18.1.2-3
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (lldb-18.1.2.src.tar.xz) = 3979d156230c32af2b9b725f26aa48bab64bdcfa13ef6b412d7ab2f0ff325a99deba92d38d0ed6e127c779c429e20791e03bae0994e7289b3cf78844d22f1749
|
||||
SHA512 (lldb-18.1.2.src.tar.xz.sig) = 5e398fc49063f9e5a6f7ef2f39f8ea8f509f42691a53882b17806eb2f7e0c213bcb6c3d5e3c64b4e0fc377d8f7757d42825bd226076fa18ffbc39964c5b1bee0
|
||||
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