mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
Require llvm-libs from clang-libs
This commit is contained in:
parent
16b62060ba
commit
f6e24c047d
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ libomp-devel to enable -fopenmp.
|
||||||
Summary: Runtime library for clang
|
Summary: Runtime library for clang
|
||||||
Requires: %{pkg_name_clang}-resource-filesystem%{?_isa} = %{version}
|
Requires: %{pkg_name_clang}-resource-filesystem%{?_isa} = %{version}
|
||||||
Recommends: compiler-rt%{?_isa} = %{version}
|
Recommends: compiler-rt%{?_isa} = %{version}
|
||||||
|
Requires: %{pkg_name_llvm}-libs = %{version}
|
||||||
# atomic support is not part of compiler-rt
|
# atomic support is not part of compiler-rt
|
||||||
Recommends: libatomic%{?_isa}
|
Recommends: libatomic%{?_isa}
|
||||||
# libomp-devel is required, so clang can find the omp.h header when compiling
|
# libomp-devel is required, so clang can find the omp.h header when compiling
|
||||||
|
|
Loading…
Reference in a new issue