[Backport][LoongArch] Improve the support for compiler-rt and bugfix

This commit is contained in:
Ami-zhang 2024-04-03 10:20:54 +08:00
parent c8d58ce3a5
commit b86be6988c
2 changed files with 2479 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 3
Release: 4
Summary: The Low Level Virtual Machine
License: NCSA
@ -59,6 +59,7 @@ Patch9: 0009-Backport-MC-test-Change-ELF-uleb-ehtable.s-Mach-O-to-use-private-s
Patch10: 0010-Backport-Mips-MC-AttemptToFoldSymbolOffsetDifference-revert-isMicroMips-special-case.patch
Patch11: 0011-Backport-LoongArch-Add-the-support-for-vector-in-llvm17.patch
Patch12: 0012-Backport-LoongArch-improve-the-support-for-compiler-rt-and-bugfix.patch
BuildRequires: binutils-devel
BuildRequires: cmake
@ -341,6 +342,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_includedir}/llvm-gmock
%changelog
* Wed Apr 03 2024 zhanglimin <zhanglimin@loongson.cn> - 17.0.6-4
- Improve the support for compiler-rt and fix some bugs on LoongArch
* Fri Mar 29 2024 zhanglimin <zhanglimin@loongson.cn> - 17.0.6-3
- Add the support for vector on LoongArch