Remove conditions that tried to support LLVM 18 in big-merge

This commit is contained in:
Konrad Kleine 2024-07-12 08:10:31 +00:00 committed by Timm Bäder
parent b6c196c8a3
commit 6ec634c521
2 changed files with 0 additions and 6 deletions

View file

@ -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
\
\

View file

@ -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: