mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
Require llvm-libs from clang-libs
This commit is contained in:
parent
5b566692a4
commit
b36739d243
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue