diff --git a/llvm.spec b/llvm.spec index 7b895c8..cc29c86 100644 --- a/llvm.spec +++ b/llvm.spec @@ -160,10 +160,6 @@ BuildRequires: python3-setuptools # For origin certification BuildRequires: gnupg2 -%if %{with pgo_instrumented_build} -BuildRequires: compiler-rt -%endif - Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -218,14 +214,6 @@ Requires(postun): /sbin/ldconfig %description libs Shared libraries for the LLVM compiler infrastructure. -%if %{without compat_build} && %{with snapshot_build} -%package cmake-devel -Summary: LLVM Shared development CMake files - -%description cmake-devel -Some CMake files that are shared by LLVM sub-projects when building. -%endif - %package static Summary: LLVM static libraries Conflicts: %{name}-devel < 8 @@ -478,6 +466,7 @@ touch %{buildroot}%{_bindir}/llvm-config%{exec_suffix} mkdir -p %{buildroot}%{pkg_datadir}/llvm/cmake cp -Rv ../cmake/* %{buildroot}%{pkg_datadir}/llvm/cmake + %check # non reproducible errors rm test/tools/dsymutil/X86/swift-interface.test @@ -805,6 +794,9 @@ fi * Wed Nov 02 2022 Nikita Popov - 15.0.4-1 - Update to LLVM 15.0.4 +* Wed Nov 02 2022 Nikita Popov - 15.0.4-1 +- Update to LLVM 15.0.4 + * Tue Sep 27 2022 Nikita Popov - 15.0.0-2 - Export GetHostTriple.cmake