diff --git a/cmake-16.0.6.src.tar.xz b/cmake-16.0.6.src.tar.xz deleted file mode 100644 index a879639e5bd3fe11d0e23a0ae2bc0eee7e76eb8f..0000000000000000000000000000000000000000 Binary files a/cmake-16.0.6.src.tar.xz and /dev/null differ diff --git a/cmake-17.0.6.src.tar.xz b/cmake-17.0.6.src.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..aeec995a7c0ddaa99a8549223bb1cb8ddab8ab32 Binary files /dev/null and b/cmake-17.0.6.src.tar.xz differ diff --git a/compiler-rt-16.0.6.src.tar.xz b/compiler-rt-16.0.6.src.tar.xz deleted file mode 100644 index 6a0db2ad765c9e996253ddc7c10b24f6fa1b6fb2..0000000000000000000000000000000000000000 Binary files a/compiler-rt-16.0.6.src.tar.xz and /dev/null differ diff --git a/compiler-rt-17.0.6.src.tar.xz b/compiler-rt-17.0.6.src.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..3a0df8ab060750bf22fff63841addf793ed4375d Binary files /dev/null and b/compiler-rt-17.0.6.src.tar.xz differ diff --git a/compiler-rt.spec b/compiler-rt.spec index 17ea3fa927870cd6c7a9ff4909e83e98e777c156..b7180b015aec5a44226679a1ba450b5a6a956d96 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,9 +1,9 @@ -%define anolis_release 2 +%define anolis_release 1 %global toolchain clang %undefine _include_frame_pointers -%global maj_ver 16 +%global maj_ver 17 %global min_ver 0 %global patch_ver 6 %global compiler_rt_version %{maj_ver}.%{min_ver}.%{patch_ver} @@ -27,17 +27,21 @@ URL: http://llvm.org Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}/%{crt_srcdir}.tar.xz Source3: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}/%{cmake_srcdir}.tar.xz -Patch0: 0001-backport-LoongArch-patches.patch +ExcludeArch: loongarch64 + +#Patch0: 0001-backport-LoongArch-patches.patch BuildRequires: clang BuildRequires: cmake BuildRequires: ninja-build BuildRequires: python3 BuildRequires: python3-devel -BuildRequires: llvm-devel = %{version} +BuildRequires: llvm-devel BuildRequires: zlib-devel -Requires: clang-resource-filesystem = %{version} +BuildRequires: llvm-googletest + +Requires: clang-resource-filesystem %description The compiler-rt project is a part of the LLVM project. It provides @@ -107,6 +111,9 @@ popd %doc README.txt CODE_OWNERS.TXT docs/TestingGuide.rst %changelog +* Thu Mar 21 2024 mgb01105731 - 17.0.6-1 +- update to 17.0.6 + * Thu Aug 17 2023 Chen Li - 16.0.6-2 - Backport LoongArch patches from llvmorg-17.0.0-rc2 - Exclude hwasan_symbolize on loongarch64 because of nonsupport