Remove incorrect compiler-rt conditional

This commit is contained in:
Nikita Popov 2024-08-01 14:11:45 +00:00
parent 30cfa100b5
commit d8d29f05f2

View file

@ -516,8 +516,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
@ -548,8 +546,6 @@
%{_prefix}/lib/clang/%{maj_ver}/lib/%{llvm_triple}
%endif
%endif
#endregion
#region OPENMP files