Apply lld patch

This commit is contained in:
Konrad Kleine 2024-05-06 08:59:45 +00:00
parent 6456b314bc
commit 51efd8123c
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ Patch2002: 0003-PATCH-clang-Don-t-install-static-libraries.patch
Patch2005: 0001-Workaround-a-bug-in-ORC-on-ppc64le.patch
#region LLD patches
Patch4001: 0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch
Patch3001: 0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch
#endregion
# # Drop the following patch after debugedit adds support to DWARF-5:
@ -19,5 +19,5 @@ Patch4001: 0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch
# Temporary patch to add back -fno-openmp-implicit-rpath until we no longer
# support Fedora 38 or older, which pass -fno-openmp-implicit-rpath in
# redhat-rpm-config.
Patch3001: 0001-Restore-fopenmp-implicit-rpath-disabled-by-default.patch
Patch9001: 0001-Restore-fopenmp-implicit-rpath-disabled-by-default.patch
%endif

View file

@ -10,10 +10,10 @@
# see http://ftp.rpm.org/max-rpm/s1-rpm-inside-macros.html
%autosetup -N -T -b 0 -n %{src_tarball_dir}
%autopatch -M3000 -p1
%autopatch -M9000 -p1
%if 0%{?fedora} == 38
%patch -p1 3001
%patch -p1 9001
%endif
#region LLVM preparation