[Backport][LoongArch] Fix and add some new support

This commit is contained in:
Ami-zhang 2024-09-23 14:24:28 +08:00
parent 593e8ebdd0
commit cc4c05f9a7
2 changed files with 1720 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@
Name: %{pkg_name} Name: %{pkg_name}
Version: %{clang_version} Version: %{clang_version}
Release: 23 Release: 24
Summary: A C language family front-end for LLVM Summary: A C language family front-end for LLVM
License: NCSA License: NCSA
@ -71,6 +71,7 @@ Patch16: 0016-Add-BiSheng-Autotuner-support-for-LLVM-compiler.patch
Patch17: 0017-fix-for-missing-DENABLE_AUTOTUNER.patch Patch17: 0017-fix-for-missing-DENABLE_AUTOTUNER.patch
Patch18: 0018-backport-Clang-Fix-build-with-GCC-14-on-ARM-78704.patch Patch18: 0018-backport-Clang-Fix-build-with-GCC-14-on-ARM-78704.patch
Patch19: 0019-AArch64-Support-HiSilicon-s-HIP09-Processor.patch Patch19: 0019-AArch64-Support-HiSilicon-s-HIP09-Processor.patch
Patch20: 0020-Backport-LoongArch-fix-and-add-some-new-support.patch
# Patches for clang-tools-extra # Patches for clang-tools-extra
# See https://reviews.llvm.org/D120301 # See https://reviews.llvm.org/D120301
@ -415,6 +416,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_bindir}/git-clang-format %{install_bindir}/git-clang-format
%changelog %changelog
* Mon Sep 23 2024 zhanglimin <zhanglimin@loongson.cn> - 17.0.6-24
- [LoongArch] Backport some new support
* Tue Sep 10 2024 xiajingze <xiajingze1@huawei.com> - 17.0.6-23 * Tue Sep 10 2024 xiajingze <xiajingze1@huawei.com> - 17.0.6-23
- [AArch64] Support HiSilicon's HIP09 Processor - [AArch64] Support HiSilicon's HIP09 Processor