mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 02:34:52 +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
|
#region COMPILER-RT files
|
||||||
|
|
||||||
%if %{without compat_build}
|
|
||||||
|
|
||||||
%files -n %{pkg_name_compiler_rt}
|
%files -n %{pkg_name_compiler_rt}
|
||||||
%license compiler-rt/LICENSE.TXT
|
%license compiler-rt/LICENSE.TXT
|
||||||
%ifarch x86_64 aarch64 riscv64
|
%ifarch x86_64 aarch64 riscv64
|
||||||
|
@ -546,8 +544,6 @@
|
||||||
%{_prefix}/lib/clang/%{maj_ver}/lib/%{llvm_triple}
|
%{_prefix}/lib/clang/%{maj_ver}/lib/%{llvm_triple}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region OPENMP files
|
#region OPENMP files
|
||||||
|
|
Loading…
Reference in a new issue