From 6ec634c521c644e86a0904c10649b5a679901c95 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Fri, 12 Jul 2024 08:10:31 +0000 Subject: [PATCH] Remove conditions that tried to support LLVM 18 in big-merge --- build.spec.inc | 4 ---- patches.spec.inc | 2 -- 2 files changed, 6 deletions(-) diff --git a/build.spec.inc b/build.spec.inc index fae3830..a7dc2d7 100644 --- a/build.spec.inc +++ b/build.spec.inc @@ -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 \ \ diff --git a/patches.spec.inc b/patches.spec.inc index 629863a..06a0480 100644 --- a/patches.spec.inc +++ b/patches.spec.inc @@ -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: