mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Remove conditions that tried to support LLVM 18 in big-merge
This commit is contained in:
parent
b6c196c8a3
commit
6ec634c521
2 changed files with 0 additions and 6 deletions
|
@ -73,11 +73,7 @@ cd llvm
|
|||
\
|
||||
\
|
||||
%if %{without compat_build}
|
||||
%if %{with snapshot_build}
|
||||
-DLLVM_ENABLE_RUNTIMES="compiler-rt;openmp;offload" \
|
||||
%else
|
||||
-DLLVM_ENABLE_RUNTIMES="compiler-rt;openmp" \
|
||||
%endif
|
||||
%endif
|
||||
\
|
||||
\
|
||||
|
|
|
@ -8,9 +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
|
||||
%if %{with snapshot_build}
|
||||
Patch3002: 0001-Always-build-shared-libs-for-LLD.patch
|
||||
%endif
|
||||
#endregion
|
||||
|
||||
# # Drop the following patch after debugedit adds support to DWARF-5:
|
||||
|
|
Loading…
Reference in a new issue