From 65d0afed7e5a17abc390f9688b02e28f6e816682 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 21 Feb 2021 20:37:13 +0100 Subject: [PATCH] Build with llvm 11 ... and drop ldc-profdata from files list as it's not built when building against llvm 11. --- ldc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldc.spec b/ldc.spec index de22062..be51b99 100644 --- a/ldc.spec +++ b/ldc.spec @@ -5,7 +5,7 @@ #global pre beta1 -%global llvm_version 10 +#global llvm_version 11 # bootstrap_stage1 is for bringing up a D compiler for the very first time, # without having a working D compiler in the build root. @@ -195,7 +195,6 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %{_bindir}/ldc2 %{_bindir}/ldmd2 %{_bindir}/ldc-build-runtime -%{_bindir}/ldc-profdata %{_bindir}/ldc-prune-cache %{_rpmconfigdir}/macros.d/macros.ldc %dir %{_prefix}/lib/ldc @@ -243,6 +242,7 @@ install -m0644 phobos.d.tags %{buildroot}/%{_datadir}/geany/tags/ %changelog * Sun Feb 21 2021 Kalev Lember - 1:1.25.0-1 - Update to 1.25.0 +- Build with llvm 11 * Tue Jan 26 2021 Fedora Release Engineering - 1:1.23.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild