From 8ad28122a088c234923b135f22824c4a00c88bcf Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 7 Nov 2024 13:55:49 +0000 Subject: [PATCH] Add BuildRequires on binutils-gold While we *are* building the gold plugin, I noticed that we're no longer running the tests for it on f41 and rawhide. Add a BuildRequires on binutils-gold to restore the tests. --- llvm.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm.spec b/llvm.spec index 68f81eb..f110677 100644 --- a/llvm.spec +++ b/llvm.spec @@ -293,6 +293,7 @@ BuildRequires: python%{python3_pkgversion}-myst-parser BuildRequires: multilib-rpm-config %if %{with gold} BuildRequires: binutils-devel +BuildRequires: binutils-gold %endif %ifarch %{valgrind_arches} # Enable extra functionality when run the LLVM JIT under valgrind.