!95 [sync] PR-91: [Backport][LoongArch] Add the support for vector

From: @openeuler-sync-bot 
Reviewed-by: @cf-zhao 
Signed-off-by: @cf-zhao
This commit is contained in:
openeuler-ci-bot 2024-04-13 06:03:55 +00:00 committed by Gitee
commit 4a781f6e49
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 67257 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
Name: %{pkg_name}
Version: %{clang_version}
Release: 10
Release: 11
Summary: A C language family front-end for LLVM
License: NCSA
@ -52,6 +52,7 @@ Patch4: 0004-add-gcc-compatible-in-BUILD_FOR_OPENEULER.patch
Patch5: 0005-backport-Disable-InterpreterExceptionTest-on-RISC-V.patch
Patch6: 0006-clang-LoongArch-Add-loongarch64-to-os-triple.patch
Patch7: 0007-add-more-warning-options-to-fgcc-compatible.patch
Patch8: 0008-Backport-LoongArch-Add-the-support-for-vector.patch
# Patches for clang-tools-extra
# See https://reviews.llvm.org/D120301
@ -380,6 +381,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_bindir}/git-clang-format
%changelog
* Fri Mar 29 2024 zhanglimin <zhanglimin@loongson.cn> -17.0.6-11
- Add the support for vector on LoongArch.
* Thu Mar 28 2024 liyunfei <liyunfei33@huawei.com> -17.0.6-10
- Add more warning options to BUILD_FOR_OPENEULER gcc compatible part 2.