Require llvm-libs from clang-libs

This commit is contained in:
Timm Bäder 2024-07-22 18:12:00 +02:00
parent 16b62060ba
commit f6e24c047d

View file

@ -124,6 +124,7 @@ libomp-devel to enable -fopenmp.
Summary: Runtime library for clang
Requires: %{pkg_name_clang}-resource-filesystem%{?_isa} = %{version}
Recommends: compiler-rt%{?_isa} = %{version}
Requires: %{pkg_name_llvm}-libs = %{version}
# atomic support is not part of compiler-rt
Recommends: libatomic%{?_isa}
# libomp-devel is required, so clang can find the omp.h header when compiling