mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
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.
This commit is contained in:
parent
a7e3073a2c
commit
8ad28122a0
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue