mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 02:34:52 +00:00
2884c8fb40
This patch was only needed for standalone builds which we no longer do: 0001-clang-tools-extra-Make-test-dependency-on-LLVMHello-.patch
19 lines
No EOL
808 B
PHP
19 lines
No EOL
808 B
PHP
#region CLANG patches
|
|
Patch2001: 0001-PATCH-clang-Make-funwind-tables-the-default-on-all-a.patch
|
|
Patch2002: 0003-PATCH-clang-Don-t-install-static-libraries.patch
|
|
#endregion
|
|
|
|
# Workaround a bug in ORC on ppc64le.
|
|
# More info is available here: https://reviews.llvm.org/D159115#4641826
|
|
Patch2005: 0001-Workaround-a-bug-in-ORC-on-ppc64le.patch
|
|
|
|
# # Drop the following patch after debugedit adds support to DWARF-5:
|
|
# # https://sourceware.org/bugzilla/show_bug.cgi?id=28728
|
|
# Source2006: 0001-Produce-DWARF4-by-default.patch
|
|
|
|
%if %{with snapshot_build}
|
|
# 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
|
|
%endif |