mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Fix /usr/bin/ld: cannot find /usr/lib64/clang/13.0.0/lib/linux/libclang_rt.profile-x86_64.a: No such file or directory
This commit is contained in:
parent
874643a49b
commit
aa18d7c370
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,10 @@ BuildRequires: python3-setuptools
|
|||
# For origin certification
|
||||
BuildRequires: gnupg2
|
||||
|
||||
%if %{with pgo_instrumented_build}
|
||||
BuildRequires: compiler-rt
|
||||
%endif
|
||||
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
|
Loading…
Reference in a new issue