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

From: @ami-zhang 
Reviewed-by: @cf-zhao 
Signed-off-by: @cf-zhao
This commit is contained in:
openeuler-ci-bot 2024-10-13 06:27:33 +00:00 committed by Gitee
commit 3cec5d3942
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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}
Version: %{clang_version}
Release: 23
Release: 24
Summary: A C language family front-end for LLVM
License: NCSA
@ -71,6 +71,7 @@ Patch16: 0016-Add-BiSheng-Autotuner-support-for-LLVM-compiler.patch
Patch17: 0017-fix-for-missing-DENABLE_AUTOTUNER.patch
Patch18: 0018-backport-Clang-Fix-build-with-GCC-14-on-ARM-78704.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
# 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
%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
- [AArch64] Support HiSilicon's HIP09 Processor