mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Remove incorrect compiler-rt conditional
This commit is contained in:
parent
396ce413c4
commit
4d9f2d0c22
1 changed files with 0 additions and 4 deletions
|
@ -514,8 +514,6 @@
|
|||
|
||||
#region COMPILER-RT files
|
||||
|
||||
%if %{without compat_build}
|
||||
|
||||
%files -n %{pkg_name_compiler_rt}
|
||||
%license compiler-rt/LICENSE.TXT
|
||||
%ifarch x86_64 aarch64 riscv64
|
||||
|
@ -546,8 +544,6 @@
|
|||
%{_prefix}/lib/clang/%{maj_ver}/lib/%{llvm_triple}
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
#endregion
|
||||
|
||||
#region OPENMP files
|
||||
|
|
Loading…
Reference in a new issue